jfraeysd
  • Joined on 2026-01-18
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:58:10 -05:00
82812ead0a update lualine config
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:55:54 -05:00
e311babb3b fix: use built-in habamax colorscheme initially, auto-dark-mode switches after
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:54:59 -05:00
abb911f660 fix: use correct colorscheme name monokai_soda
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:53:56 -05:00
ecb3452195 fix: prevent startup flash by setting colorscheme early and deferring oil
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:50:30 -05:00
30587406dd feat: open oil.nvim instead of netrw when starting nvim from a directory
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:42:09 -05:00
214cf0ebdc fix: make oil highlights adapt to Monokai (dark) and Solarized (light) themes
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:34:18 -05:00
8f205a052f style: format long keymap entries in oil.lua and worktree.lua for CI
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:32:38 -05:00
b28fac9f8b perf: balance - lazy load atac (cmd) and marks (keys) for better startup
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:30:19 -05:00
b3b5702588 perf: further startup optimizations - defer indent, luasnip, notify, oil, atac, auto-dark-mode
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:27:56 -05:00
5d7b037e99 fix: remove telescope-undo references since plugin was removed
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:23:37 -05:00
00b976ca99 fix: move lsp-servers.lua out of plugins dir to fix lazy.nvim error
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:20:40 -05:00
cb27b8ec21 ci: fix stylua URL to use correct asset name
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:19:34 -05:00
f5b484bb59 ci: dynamically fetch latest stylua version
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:18:47 -05:00
a397bf516d ci: fix stylua download URL to specific version
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:15:24 -05:00
d79c9ce5dc fix: resolve luacheck warnings - Terminal scope and unused function
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:13:07 -05:00
0b992ef288 fix: remove vim from std for older luacheck compatibility
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:12:24 -05:00
ba42701d43 ci: remove container, run directly on Ubuntu host
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:09:18 -05:00
436c150419 ci: add shell: /bin/sh to avoid node dependency
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:08:17 -05:00
6c762c436a fix: endx typo in lsp-servers.lua
jfraeysd pushed to main at jfraeysd/nvim 2026-02-08 15:06:02 -05:00
0af2677f25 ci: remove external actions dependencies for forgejo