Files
neovim-config/lua/plugins/goto-preview.lua
2023-12-01 15:26:03 -05:00

9 lines
141 B
Lua

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