feat(nvim): add options to trim down package size
All checks were successful
/ check (push) Successful in 25s
/ 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

Seeing as I use `nvim` in the servers, trimming it down a bit would be
nice.
This commit is contained in:
Jalil David Salamé Messina 2024-11-02 23:33:47 +01:00
parent 1ca0789d4d
commit dd2bceb7db
Signed by: jalil
GPG key ID: F016B9E770737A0B
4 changed files with 190 additions and 112 deletions

View file

@ -10,6 +10,7 @@
imports = [
./options.nix
./plugins.nix
./dev-plugins.nix
./mappings.nix
./augroups.nix
];
@ -62,14 +63,7 @@
# Formatting & linters
extraPackages = [
pkgs.luajitPackages.jsregexp
pkgs.shfmt
pkgs.silicon
pkgs.statix
pkgs.stylua
pkgs.taplo
pkgs.typos
pkgs.yamlfmt
(pkgs.python3.withPackages (p: [ p.jupytext ]))
];
extraConfigLuaPre =
# lua