Add new keymaps and plugins
This commit is contained in:
parent
da87fc4247
commit
ab0d9c600b
13 changed files with 203 additions and 38 deletions
6
lua/custom/plugins/goto-preview.lua
Normal file
6
lua/custom/plugins/goto-preview.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'rmagatti/goto-preview',
|
||||
config = function()
|
||||
require('goto-preview').setup {}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue