Switch back to pyright for neovim

This commit is contained in:
Evie Litherland-Smith 2023-06-16 16:20:22 +01:00
parent 63d0bb7ede
commit 4aed7d2b00

View file

@ -19,27 +19,16 @@
withNodeJs = true;
withRuby = true;
withPython3 = true;
extraPython3Packages = ps: with ps; [
# For Magma-nvim
jupyter_client
ueberzug
pillow
cairosvg
pnglatex
plotly
];
extraPackages = with pkgs; [
# Language servers
python3Packages.python-lsp-server
python3Packages.jedi-language-server
python3Packages.ruff-lsp
nil
lua-language-server
fortls
# nodePackages.pyright
nodePackages.pyright
nodePackages.yaml-language-server
nodePackages.vim-language-server
nodePackages.bash-language-server
python3Packages.ruff-lsp
# Null LSP formatters
alejandra