nix.nvim/nvim
jiriks74 db5a3f56b4
feat(dap): Added debugger from cpptools
Added:
  - OpenDebugAD7 from [vscode-cpptools](https://github.com/microsoft/vscode-cpptools)

It works better with `nvim-dap-ui`. With GDB you have to wait for stdout
flush to see program output, the output is in the repl instead of the
console, etc. The VSCode debugger doesn't have such issues.
2024-09-25 23:57:17 +02:00
..
after Initial commit 2024-03-06 02:24:31 +01:00
ftplugin feat(dap): Added debugger from cpptools 2024-09-25 23:57:17 +02:00
lua/user feat: basic nvim-dap setup 2024-03-06 23:07:22 +01:00
plugin feat(plugins): Add bufferline, remove rainbow ident-blankline 2024-09-24 21:42:42 +02:00
init.lua feat: Add yank highlight 2024-09-23 03:28:35 +02:00