fix(lang/python): Don't include pylsp-mypy
as it can't see dev shell libs
This commit is contained in:
parent
e849070a3a
commit
0231317ae1
1 changed files with 13 additions and 20 deletions
|
@ -120,8 +120,7 @@ with final.pkgs.lib; let
|
||||||
# ^ bleeding-edge plugins from flake inputs
|
# ^ bleeding-edge plugins from flake inputs
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = with pkgs;
|
extraPackages = with pkgs; [
|
||||||
[
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
|
@ -132,14 +131,8 @@ with final.pkgs.lib; let
|
||||||
nil # nix LSP
|
nil # nix LSP
|
||||||
nodePackages.bash-language-server # Bash language server
|
nodePackages.bash-language-server # Bash language server
|
||||||
lua-language-server
|
lua-language-server
|
||||||
]
|
(pkgs.python312.withPackages (python-pkgs: [ python-pkgs.python-lsp-server python-pkgs.python-lsp-ruff python-pkgs.pylsp-rope]))
|
||||||
++ [
|
jsonnet-language-server
|
||||||
(pkgs.python312.withPackages (python-pkgs: [
|
|
||||||
python-pkgs.python-lsp-server
|
|
||||||
python-pkgs.python-lsp-ruff
|
|
||||||
python-pkgs.pylsp-mypy
|
|
||||||
python-pkgs.pylsp-rope
|
|
||||||
]))
|
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
# This is the neovim derivation
|
# This is the neovim derivation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue