update
This commit is contained in:
parent
32ecf02994
commit
ee9084ac91
2 changed files with 14 additions and 2 deletions
12
lua/custom/plugins/grug-far.lua
Normal file
12
lua/custom/plugins/grug-far.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
'MagicDuck/grug-far.nvim',
|
||||
config = function()
|
||||
require('grug-far').setup {
|
||||
-- options, see Configuration section below
|
||||
-- there are no required options atm
|
||||
-- engine = 'ripgrep' is default, but 'astgrep' can be specified
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue