kickstart.nvim/lua/custom/plugins/goto-preview.lua

7 lines
103 B
Lua

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