neovim-config/lua/plugins/goto-preview.lua

9 lines
141 B
Lua
Raw Normal View History

2023-12-01 20:26:03 +00:00
return {
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({
default_mappings = true,
})
end,
}