3098a4c20c
fix(workspace-diagnostics): Not loading due to undefined filetypes
2024-10-05 16:15:59 +02:00
9e58b1629d
feat(plugins): Add workspace-diagnostics.nvim
and trouble.nvim
...
Fix `nvim-navic` for some LSPs
2024-10-01 12:55:40 +02:00
b2f592d529
fix(ftplugin/c): Setup debugger only if the executable exists
...
Removed redundant `load_launchjs` as the plugin loads it automatically
2024-09-26 20:42:53 +02:00
4578afc68a
fix(c): remove protection against reloading
...
It's only for plugin configuration files
2024-09-26 17:47:22 +02:00
c1fe17012b
feat(lualine): Add winbar and modify overseer
2024-09-26 16:23:05 +02:00
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
e256516fe7
feat(plugins): Add nvim-dap and overseer
...
Added:
- [nvim-dap](https://github.com/mfussenegger/nvim-dap )
- [nvim-dap-ui](https://github.com/rcarriga/nvim-dap-ui )
- [overseer.nvim](https://github.com/stevearc/overseer.nvim )
Removed:
- NeoTree `<leader>o` keymap (it's now used for overseer)
2024-09-24 21:41:05 +02:00
e6c9d72c3f
feat(plugins): Add lwpconfig
2024-09-19 01:24:20 +02:00
8f0b088886
feat: basic nvim-dap setup
2024-03-06 23:07:22 +01:00
5a85ef99ff
feat: Basic working config
...
- Added copilot
- Disabled nvim-navic (errors out when copilot-cmp is enabled)
- Added clangd
- Added packages for nvim-dap
2024-03-06 18:55:22 +01:00