Add nvim-gdb (#44)

This commit is contained in:
Anatolii Sakhnik 2021-03-05 18:31:45 +02:00 committed by GitHub
parent e920d5a8bf
commit a741b7c8de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
### Debugging
- [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) - Debug Adapter Protocol client implementation for Neovim
- [sakhnik/nvim-gdb](https://github.com/sakhnik/nvim-gdb) - Thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
### Neovim Lua Development