File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments