No description
Find a file
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
.config feat(nvim): add testing and debugging support 2026-01-31 12:26:03 +00:00
.gitconfig initial commit 2025-10-25 21:53:20 +02:00
.gitignore feat(lazygit): add config with ctrl+j/k scroll keybindings 2026-01-31 09:15:35 +00:00
.zshrc initial commit 2025-10-25 21:53:20 +02:00
LICENSE Initial commit 2025-10-25 14:20:05 +02:00
README.md Initial commit 2025-10-25 14:20:05 +02:00

dotfiles