feat(nvim): re-enable combinePlugins
Some checks failed
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 36s
/ build (nvim) (push) Successful in 9s
/ report-size (push) Has been skipped
Some checks failed
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 36s
/ build (nvim) (push) Successful in 9s
/ report-size (push) Has been skipped
This should reduce the size slightly and improve performance.
This commit is contained in:
parent
f7cb80e451
commit
312038e676
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
config = {
|
||||
withRuby = false;
|
||||
globals.mapleader = " ";
|
||||
performance.combinePlugins.enable = true;
|
||||
# Appearance
|
||||
colorschemes.gruvbox = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue