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>
6 lines
79 B
Lua
6 lines
79 B
Lua
return {
|
|
"meznaric/key-analyzer.nvim",
|
|
cmd = "KeyAnalyzer",
|
|
opts = {},
|
|
}
|