update
parent
32ecf02994
commit
ee9084ac91
@ -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…
Reference in New Issue