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-auto
flymake-popon
flymake-shellcheck
apheleia
direnv
goto-chg

View file

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