Commit graph

25 commits

Author SHA1 Message Date
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