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

7 lines
103 B
Lua
Raw Normal View History

2023-07-12 22:53:47 +02:00
return {
'rmagatti/goto-preview',
config = function()
require('goto-preview').setup {}
end
}