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

@ -63,7 +63,8 @@ return {
-- online, please don't ask me how to install them :)
ensure_installed = {
-- Update this to ensure that you have the debuggers for the langs you want
'delve',
-- 'delve',
'codelldb',
},
}