master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit fff9f428f9 - Show all commits

19
lua/plugins/grug-far.lua Normal file
View File

@@ -0,0 +1,19 @@
return {
'MagicDuck/grug-far.nvim',
config = function()
require('grug-far').setup({
});
end,
keys =
{
{
'<C-f>',
function()
require('grug-far').open()
end,
desc = 'GrugFar',
mode = { 'n', 'v' }
}
}
}