feat: remove stylelint and neofetch

This commit is contained in:
matt1432 2024-07-09 14:17:03 -04:00
parent 3412b79c1b
commit fc98b6020d
10 changed files with 405 additions and 2773 deletions
common/home/neovim/langs

View file

@ -2,7 +2,6 @@
config,
pkgs,
lib,
stylelint-lsp,
vimplugin-ts-error-translator-src,
...
}: let
@ -21,7 +20,6 @@ in
pkgs.nodePackages.npm
pkgs.nodePackages.neovim
stylelint-lsp.packages.${pkgs.system}.default
pkgs.vscode-langservers-extracted
];
@ -80,12 +78,6 @@ in
},
},
}));
lsp.stylelint_lsp.setup(coq.lsp_ensure_capabilities({
settings = {
stylelintplus = {},
},
}));
'';
plugins = [