nvim-lua.kickstart.nvim/lua/custom/plugins/goto-preview.lua
Simon Ayoub 4f7d45ed42 adding harpoon and live grep args
adding:
- harpoon
- live grep args
- cpp debug
2024-11-06 22:09:52 +11:00

8 lines
192 B
Lua

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