dotfiles/.config/nvim/lua
Claude a1eb8dc2ba
feat(nvim): add testing and debugging support
Add neotest for running tests:
- Jest adapter for Angular/JS/TS
- Python adapter with pytest support
- Rust adapter via rustaceanvim
- Keymaps: <leader>t* for test operations

Add nvim-dap for debugging:
- Python with debugpy (auto-detects venv)
- JavaScript/TypeScript with js-debug-adapter
- Chrome debugging for Angular (port 4200)
- Rust via codelldb (rustaceanvim integration)
- DAP UI with auto-open on debug start
- Keymaps: <leader>d* for debug operations

https://claude.ai/code/session_01UcDoC4n6CWMttYFJPw17ie
2026-01-31 12:26:03 +00:00
..
after/lsp initial commit 2025-10-25 21:53:20 +02:00
brian feat(nvim): add testing and debugging support 2026-01-31 12:26:03 +00:00