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>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
return {
|
||||
"meznaric/key-analyzer.nvim",
|
||||
cmd = "KeyAnalyzer",
|
||||
opts = {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user