Commit Graph

10 Commits

Author SHA1 Message Date
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
45715cccc0
feat: add .sh file support, leader set to <space>, LSP keybinds cleanup 2024-03-19 01:54:01 +01:00
8f0b088886
feat: basic nvim-dap setup 2024-03-06 23:07:22 +01:00
09e5cd383f
feat: add asm-lsp setup 2024-03-06 21:36: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
e2cff543d6
Initial commit 2024-03-06 02:24:31 +01:00