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-auto
|
||||
flymake-popon
|
||||
flymake-shellcheck
|
||||
apheleia
|
||||
direnv
|
||||
goto-chg
|
||||
|
|
|
@ -23,7 +23,11 @@
|
|||
mupdf
|
||||
poppler_utils
|
||||
|
||||
# Linters
|
||||
shellcheck
|
||||
|
||||
# Formatters
|
||||
nodePackages.prettier
|
||||
nixfmt
|
||||
ruff
|
||||
isort
|
||||
|
@ -35,9 +39,8 @@
|
|||
# LSP Servers
|
||||
nil
|
||||
fortls
|
||||
shellcheck
|
||||
rust-analyzer
|
||||
luajitPackages.lua-lsp
|
||||
(python3.withPackages (ps: with ps; [ python-lsp-server python-lsp-ruff ]))
|
||||
nodePackages.pyright
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue