Skip to content

Commit cb6c4a0

Browse files
committed
update README
1 parent ad315a6 commit cb6c4a0

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,32 @@
3333

3434
## Installation
3535

36-
- use [nvim-plug](https://github.com/wsdjeg/nvim-plug)
36+
- Using [nvim-plug](https://github.com/wsdjeg/nvim-plug)
3737

38-
```lua
39-
require('plug').add({
40-
{
41-
'wsdjeg/flygrep.nvim',
42-
config = function()
43-
require('flygrep').setup()
44-
end,
45-
46-
depends = { { 'wsdjeg/job.nvim' } },
47-
},
48-
})
49-
```
38+
```lua
39+
require('plug').add({
40+
{
41+
'wsdjeg/flygrep.nvim',
42+
config = function()
43+
require('flygrep').setup()
44+
end,
5045

51-
```
52-
Plug 'wsdjeg/flygrep.nvim'
53-
```
46+
depends = { { 'wsdjeg/job.nvim' } },
47+
},
48+
})
49+
```
5450

55-
Using [luarocks](https://luarocks.org/)
51+
- Using [vim-plug](https://github.com/junegunn/vim-plug)
5652

57-
```
58-
luarocks install flygrep.nvim
59-
```
53+
```
54+
Plug 'wsdjeg/flygrep.nvim'
55+
```
56+
57+
- Using [luarocks](https://luarocks.org/)
58+
59+
```
60+
luarocks install flygrep.nvim
61+
```
6062

6163
## Usage
6264

0 commit comments

Comments
 (0)