mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 15:18:35 +02:00
adding harpoon and live grep args
adding: - harpoon - live grep args - cpp debug
This commit is contained in:
parent
2f9238d2d3
commit
4f7d45ed42
4 changed files with 72 additions and 21 deletions
|
@ -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',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue