add snack
This commit is contained in:
parent
2776e0b501
commit
b6c886310b
7 changed files with 55 additions and 142 deletions
13
lua/plugins/grug-far.lua
Normal file
13
lua/plugins/grug-far.lua
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue