feat(nvim): improve startup time by combining plugins
All checks were successful
/ check (push) Successful in 44s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
All checks were successful
/ check (push) Successful in 44s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
This reduces startup time from ~155ms -> ~66ms
This commit is contained in:
parent
146847f5c5
commit
bbb209135e
3 changed files with 1 additions and 5 deletions
|
@ -114,7 +114,6 @@ in
|
|||
extraPackages = [
|
||||
pkgs.dash
|
||||
pkgs.statix
|
||||
pkgs.zsh
|
||||
];
|
||||
plugins.lint = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue