adding harpoon and live grep args

adding:
- harpoon
- live grep args
- cpp debug
This commit is contained in:
Simon Ayoub 2024-11-06 22:09:52 +11:00
parent 2f9238d2d3
commit 4f7d45ed42
4 changed files with 72 additions and 21 deletions

View file

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