add grug-far
parent
2bf0ff4c16
commit
2776e0b501
@ -0,0 +1,13 @@
|
||||
return {
|
||||
'MagicDuck/grug-far.nvim',
|
||||
-- Note (lazy loading): grug-far.lua defers all it's requires so it's lazy by default
|
||||
-- additional lazy config to defer loading is not really needed...
|
||||
config = function()
|
||||
-- optional setup call to override plugin options
|
||||
-- alternatively you can set options with vim.g.grug_far = { ... }
|
||||
require('grug-far').setup {
|
||||
-- options, see Configuration section below
|
||||
-- there are no required options atm
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Reference in New Issue