starter/lua/plugins/gotopreview.lua

7 lines
105 B
Lua
Raw Normal View History

2023-10-15 06:04:25 +08:00
return {
"rmagatti/goto-preview",
config = function()
require("goto-preview").setup({})
end,
}