We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc334a commit ce5677cCopy full SHA for ce5677c
1 file changed
README.md
@@ -9,6 +9,8 @@ stylua.nvim is a simple plugin that format you Lua code using StyLua
9
10
## Installation
11
12
+Install this plugin by using your favorite plugin manager
13
+
14
**Packer**
15
16
```lua
@@ -23,6 +25,8 @@ Plug 'wesleimp/stylua.nvim'
23
25
24
26
## Usage
27
28
+Format you code with a simple command
29
30
```vim
31
:lua require("stylua").format()
32
```
0 commit comments