Commit graph

35 commits

Author SHA1 Message Date
Jeremie Fraeys
375584629e
feat(neotest): add notifications, smart test discovery, fix DAP integration, and improve keymaps
Some checks failed
Luacheck / luacheck (push) Failing after 10s
StyLua / stylua (push) Successful in 3s
- 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
Jeremie Fraeys
a8c06ae101
fix: configure neotest-python for tests/ directory discovery
Some checks failed
Luacheck / luacheck (push) Failing after 9s
StyLua / stylua (push) Successful in 2s
2026-02-08 17:04:49 -05:00
Jeremie Fraeys
f23c647bfc
fix: move neotest keymaps inside config function to prevent nil errors
Some checks failed
Luacheck / luacheck (push) Failing after 10s
StyLua / stylua (push) Successful in 2s
2026-02-08 17:01:52 -05:00
Jeremie Fraeys
fe9452fda0
fix: remove neotest.summary.open() calls from lazy-loaded keymaps
Some checks failed
Luacheck / luacheck (push) Failing after 10s
StyLua / stylua (push) Successful in 2s
2026-02-08 17:00:29 -05:00
Jeremie Fraeys
52b6d67dc6
fix: separate harpoon select and prev/next keymaps
Some checks failed
Luacheck / luacheck (push) Failing after 11s
StyLua / stylua (push) Successful in 3s
2026-02-08 16:56:07 -05:00
Jeremie Fraeys
cdf35d8502
fix: harpoon now works in oil buffers
Some checks failed
Luacheck / luacheck (push) Failing after 12s
StyLua / stylua (push) Successful in 2s
2026-02-08 16:52:49 -05:00
Jeremie Fraeys
944ae1aef2
style: format wezterm keymap for StyLua compliance
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s
2026-02-08 16:06:04 -05:00
Jeremie Fraeys
6ca5c59971
fix: use wezterm multiplexer instead of tmux for C-t mapping
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 3s
2026-02-08 16:03:51 -05:00
Jeremie Fraeys
765d896e55
fix: restore natural vim keys - J joins, C-f pages down, C-t for tmux
Some checks failed
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Failing after 3s
2026-02-08 16:01:53 -05:00
Jeremie Fraeys
82812ead0a
update lualine config
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:58:02 -05:00
Jeremie Fraeys
e311babb3b
fix: use built-in habamax colorscheme initially, auto-dark-mode switches after
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:55:48 -05:00
Jeremie Fraeys
abb911f660
fix: use correct colorscheme name monokai_soda
All checks were successful
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Successful in 2s
2026-02-08 15:54:54 -05:00
Jeremie Fraeys
ecb3452195
fix: prevent startup flash by setting colorscheme early and deferring oil
All checks were successful
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:53:51 -05:00
Jeremie Fraeys
30587406dd
feat: open oil.nvim instead of netrw when starting nvim from a directory
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 2s
2026-02-08 15:50:24 -05:00
Jeremie Fraeys
214cf0ebdc
fix: make oil highlights adapt to Monokai (dark) and Solarized (light) themes
All checks were successful
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:42:04 -05:00
Jeremie Fraeys
8f205a052f
style: format long keymap entries in oil.lua and worktree.lua for CI
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:34:11 -05:00
Jeremie Fraeys
b28fac9f8b
perf: balance - lazy load atac (cmd) and marks (keys) for better startup
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 3s
2026-02-08 15:32:32 -05:00
Jeremie Fraeys
b3b5702588
perf: further startup optimizations - defer indent, luasnip, notify, oil, atac, auto-dark-mode
Some checks failed
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:30:13 -05:00
Jeremie Fraeys
5d7b037e99
fix: remove telescope-undo references since plugin was removed
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 3s
2026-02-08 15:27:48 -05:00
Jeremie Fraeys
00b976ca99
fix: move lsp-servers.lua out of plugins dir to fix lazy.nvim error
All checks were successful
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 2s
2026-02-08 15:23:30 -05:00
Jeremie Fraeys
cb27b8ec21
ci: fix stylua URL to use correct asset name
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:20:33 -05:00
Jeremie Fraeys
f5b484bb59
ci: dynamically fetch latest stylua version
Some checks failed
Luacheck / luacheck (push) Successful in 9s
StyLua / stylua (push) Failing after 1s
2026-02-08 15:19:27 -05:00
Jeremie Fraeys
a397bf516d
ci: fix stylua download URL to specific version
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 1s
2026-02-08 15:18:42 -05:00
Jeremie Fraeys
d79c9ce5dc
fix: resolve luacheck warnings - Terminal scope and unused function
Some checks failed
Luacheck / luacheck (push) Successful in 11s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:15:17 -05:00
Jeremie Fraeys
0b992ef288
fix: remove vim from std for older luacheck compatibility
Some checks failed
Luacheck / luacheck (push) Failing after 11s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:12:59 -05:00
Jeremie Fraeys
ba42701d43
ci: remove container, run directly on Ubuntu host
Some checks failed
Luacheck / luacheck (push) Failing after 12s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:12:16 -05:00
Jeremie Fraeys
436c150419
ci: add shell: /bin/sh to avoid node dependency
Some checks failed
Luacheck / luacheck (push) Failing after 2s
StyLua / stylua (push) Failing after 3s
2026-02-08 15:09:14 -05:00
Jeremie Fraeys
6c762c436a
fix: endx typo in lsp-servers.lua
Some checks failed
Luacheck / luacheck (push) Failing after 4s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:08:04 -05:00
Jeremie Fraeys
0af2677f25
ci: remove external actions dependencies for forgejo
Some checks failed
Luacheck / luacheck (push) Failing after 2s
StyLua / stylua (push) Failing after 3s
2026-02-08 15:05:09 -05:00
Jeremie Fraeys
f7d4ab5596
ci: use self-hosted runner for forgejo
Some checks failed
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (push) Failing after 4s
2026-02-08 15:04:02 -05:00
Jeremie Fraeys
16e9c589c8
docs: add C/C++ to languages in README
Some checks are pending
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (macos-latest) (push) Waiting to run
StyLua / stylua (ubuntu-latest) (push) Waiting to run
2026-02-08 14:57:03 -05:00
Jeremie Fraeys
15b5362ed3
ci: fix luacheck workflow to use working lua setup
Some checks are pending
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (macos-latest) (push) Waiting to run
StyLua / stylua (ubuntu-latest) (push) Waiting to run
2026-02-08 14:55:36 -05:00
Jeremie Fraeys
f04aed8e96
ci: add luacheck workflow and improve stylua; add luacheckrc config
Some checks are pending
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (macos-latest) (push) Waiting to run
StyLua / stylua (ubuntu-latest) (push) Waiting to run
2026-02-08 14:54:20 -05:00
Jeremie Fraeys
4742e3a251
refactor: reorganize config and simplify README
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
2026-02-08 14:48:48 -05:00
Jeremie Fraeys
02e26b00b7
chore(nvim): reinitialize with working config
Some checks are pending
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
2026-02-07 21:06:45 -05:00