Yaser Alraddadi ee9084ac91 update
2024-12-09 13:34:41 +03:00

13 lines
296 B
Lua

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,
},
}