Add flymake-shellcheck, add prettier, pylsp back to pyright
This commit is contained in:
parent
0867f401e8
commit
15b40a6643
|
@ -40,6 +40,7 @@
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
treesit-auto
|
treesit-auto
|
||||||
flymake-popon
|
flymake-popon
|
||||||
|
flymake-shellcheck
|
||||||
apheleia
|
apheleia
|
||||||
direnv
|
direnv
|
||||||
goto-chg
|
goto-chg
|
||||||
|
|
|
@ -23,7 +23,11 @@
|
||||||
mupdf
|
mupdf
|
||||||
poppler_utils
|
poppler_utils
|
||||||
|
|
||||||
|
# Linters
|
||||||
|
shellcheck
|
||||||
|
|
||||||
# Formatters
|
# Formatters
|
||||||
|
nodePackages.prettier
|
||||||
nixfmt
|
nixfmt
|
||||||
ruff
|
ruff
|
||||||
isort
|
isort
|
||||||
|
@ -35,9 +39,8 @@
|
||||||
# LSP Servers
|
# LSP Servers
|
||||||
nil
|
nil
|
||||||
fortls
|
fortls
|
||||||
shellcheck
|
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
luajitPackages.lua-lsp
|
luajitPackages.lua-lsp
|
||||||
(python3.withPackages (ps: with ps; [ python-lsp-server python-lsp-ruff ]))
|
nodePackages.pyright
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue