Add python-lsp-server and magma-nvim packages

This commit is contained in:
Evie Litherland-Smith 2023-06-14 16:09:21 +01:00
parent 8ca60f9c18
commit a15b3bc84f
2 changed files with 12 additions and 2 deletions

View file

@ -19,13 +19,23 @@
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
nodePackages.pyright
python3Packages.python-lsp-server
python3Packages.ruff-lsp
nil
lua-language-server
fortls
# nodePackages.pyright
nodePackages.yaml-language-server
nodePackages.vim-language-server
nodePackages.bash-language-server

2
nvim

@ -1 +1 @@
Subproject commit 194130c91fb16c79cf68a3e496e7fe043fd4579f
Subproject commit d5bdd20a446143cd3641d3d9655c077d5d0f6923