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

9 lines
192 B
Lua
Raw Normal View History

return {
{
'rmagatti/goto-preview',
event = 'BufEnter',
config = true, -- necessary as per https://github.com/rmagatti/goto-preview/issues/88
default_mappings = true,
},
}