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

This should reduce the size slightly and improve performance.
This commit is contained in:
Jalil David Salamé Messina 2025-01-27 11:09:57 +01:00
parent f7cb80e451
commit 312038e676
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -11,6 +11,7 @@
config = {
withRuby = false;
globals.mapleader = " ";
performance.combinePlugins.enable = true;
# Appearance
colorschemes.gruvbox = {
enable = true;