Add python-lsp-server and magma-nvim packages
This commit is contained in:
parent
8ca60f9c18
commit
a15b3bc84f
|
@ -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
2
nvim
|
@ -1 +1 @@
|
|||
Subproject commit 194130c91fb16c79cf68a3e496e7fe043fd4579f
|
||||
Subproject commit d5bdd20a446143cd3641d3d9655c077d5d0f6923
|
Loading…
Reference in a new issue