mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
plugins/none-ls add stylelint
This commit is contained in:
parent
b0edf063c4
commit
2d7c834866
2 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
pylint.enable = true;
|
||||
write_good.enable = true;
|
||||
yamllint.enable = true;
|
||||
stylelint.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
|
@ -112,6 +113,7 @@
|
|||
prettierd.enable = true;
|
||||
shfmt.enable = true;
|
||||
stylua.enable = true;
|
||||
stylelint.enable = true;
|
||||
taplo.enable = true;
|
||||
isort.enable = true;
|
||||
jq.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue