Jeremie Fraeys
f162354317
refactor: cleanup UI and navigation plugins
...
- Simplify telescope.lua configuration
- Streamline trouble.lua diagnostics
- Refactor oil.lua file manager
- Update harpoon.lua quick file navigation
- Clean up indent.lua, lualine.lua, which-key.lua
2026-03-23 20:34:20 -04:00
Jeremie Fraeys
43104006ae
refactor: streamline git workflow plugins
...
- Simplify gitsigns.lua configuration
- Update fugitive.lua bindings
- Restructure worktree.lua setup
2026-03-23 20:33:37 -04:00
Jeremie Fraeys
99a6cba26a
refactor: update development tooling
...
- Refactor dap.lua debugger configuration
- Update neotest.lua test runner setup
- Simplify linting.lua and formatting.lua configs
- Restructure snippets.lua for better organization
2026-03-23 20:33:16 -04:00
Jeremie Fraeys
bfb1a63776
refactor: overhaul LSP and completion setup
...
- Major refactor of lsp-config.lua with simplified configuration
- Streamline cmp.lua for better performance
- Remove unused LSP configurations
2026-03-23 20:32:51 -04:00
Jeremie Fraeys
f4d20a2ce2
feat: add new configuration modules
...
- Add preconfig.lua for early initialization
- Add themes.lua for theme management
2026-03-23 20:31:21 -04:00
Jeremie Fraeys
5851bbee73
chore: remove unused plugins
...
Remove plugins no longer in use:
- atac, autopairs, diffview, images, marks, neogen
- notify, wezterm, zen-mode
2026-03-23 20:30:51 -04:00
Jeremie Fraeys
375584629e
feat(neotest): add notifications, smart test discovery, fix DAP integration, and improve keymaps
...
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
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
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
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
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
Luacheck / luacheck (push) Failing after 12s
StyLua / stylua (push) Successful in 2s
2026-02-08 16:52:49 -05:00
Jeremie Fraeys
82812ead0a
update lualine config
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 3s
2026-02-08 15:58:02 -05:00
Jeremie Fraeys
abb911f660
fix: use correct colorscheme name monokai_soda
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
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
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
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
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
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
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
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
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Successful in 2s
2026-02-08 15:23:30 -05:00
Jeremie Fraeys
6c762c436a
fix: endx typo in lsp-servers.lua
Luacheck / luacheck (push) Failing after 4s
StyLua / stylua (push) Failing after 2s
2026-02-08 15:08:04 -05:00
Jeremie Fraeys
4742e3a251
refactor: reorganize config and simplify README
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
Check Lua Formatting in MyRepo / Stylua Check (push) Waiting to run
2026-02-07 21:06:45 -05:00