Add goto-preview-nvim
This commit is contained in:
8
lua/plugins/goto-preview.lua
Normal file
8
lua/plugins/goto-preview.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"rmagatti/goto-preview",
|
||||
config = function()
|
||||
require("goto-preview").setup({
|
||||
default_mappings = true,
|
||||
})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user