Commit Graph
6 Commits
Author SHA1 Message Date
thalladaandClaude Opus 5 4d942a5368 Modernize deprecated Neovim APIs
vim.loop -> vim.uv and vim.highlight.range -> vim.hl.range. Also drop the
completeopt comment referring to nvim-cmp, which blink.cmp replaced.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thalladaandClaude Opus 5 afd5c22140 Disable lazy.nvim luarocks integration
oxocarbon.nvim published a rockspec, which made lazy.nvim attempt a luarocks
install on every startup: it cloned hererocks, failed the build, raised "Too
many rounds of missing plugins", and cost ~2.2s per launch. Nothing here needs
luarocks.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thalladaandClaude Opus 5 aa459c4f52 Lazy-load colorschemes and key-analyzer
defaults.lazy = false meant every colorscheme spec with opts ran setup() on each
launch; gruvbox, kanagawa, nightfox and moonbow all showed up in the startup
profile. lazy.nvim loads colorscheme plugins on demand via ColorSchemePre. Drop
monochrome (last commit 2021) and onedarker (2022), point install.colorscheme at
the theme actually in use, and gate key-analyzer behind its command.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-31 12:27:20 -04:00
thallada 7ba2b915de Swap out claudecode with snacks 2026-01-15 14:03:28 -05:00
thallada 79ac8e0cd0 Plugin updates and fix flash bug and dap error 2024-03-18 17:50:30 -04:00
thallada 1bd905a6bf Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-12-01 15:26:02 -05:00