Add flymake-shellcheck, add prettier, pylsp back to pyright

This commit is contained in:
Evie Litherland-Smith 2024-01-28 10:02:44 +00:00
parent 0867f401e8
commit 15b40a6643
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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
]; ];
} }