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

9 lines
141 B
Lua

return {
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({
default_mappings = true,
})
end,
}