parent
3412b79c1b
commit
fc98b6020d
10 changed files with 405 additions and 2773 deletions
common/home/neovim/langs
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue