Skip to content

Commit ce5677c

Browse files
committed
chore: update readme
1 parent 8cc334a commit ce5677c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ stylua.nvim is a simple plugin that format you Lua code using StyLua
99

1010
## Installation
1111

12+
Install this plugin by using your favorite plugin manager
13+
1214
**Packer**
1315

1416
```lua
@@ -23,6 +25,8 @@ Plug 'wesleimp/stylua.nvim'
2325

2426
## Usage
2527

28+
Format you code with a simple command
29+
2630
```vim
2731
:lua require("stylua").format()
2832
```

0 commit comments

Comments
 (0)