nvim/lua/custom
Jeremie Fraeys 375584629e
Some checks failed
Luacheck / luacheck (push) Failing after 10s
StyLua / stylua (push) Successful in 3s
feat(neotest): add notifications, smart test discovery, fix DAP integration, and improve keymaps
- Add notify function for user feedback on all test operations
- Make <leader>tn smart: runs nearest in test files, finds matching test file from source
- Add same smart logic to <leader>td (debug) and <leader>tw (watch)
- Fix <leader>ts to auto-focus summary window for Enter navigation
- Add summary keymaps for <CR> to expand/jump to tests
- Add nvim-dap as dependency to fix debug strategy
- Fix DAP UI to not auto-close and not enter insert mode
- Fix watch to load test file buffer for LSP attachment
- Make python path detection use VIRTUAL_ENV env var first
- Fix neotest-python adapter configuration
2026-02-09 13:42:17 -05:00
..
plugins feat(neotest): add notifications, smart test discovery, fix DAP integration, and improve keymaps 2026-02-09 13:42:17 -05:00
snippets fix: endx typo in lsp-servers.lua 2026-02-08 15:08:04 -05:00
user fix: endx typo in lsp-servers.lua 2026-02-08 15:08:04 -05:00
lsp-servers.lua fix: move lsp-servers.lua out of plugins dir to fix lazy.nvim error 2026-02-08 15:23:30 -05:00