feat(languages): Add Python
This commit is contained in:
parent
a5c4375d05
commit
b75e7c94f5
2 changed files with 44 additions and 2 deletions
|
@ -128,10 +128,16 @@ with final.pkgs.lib; let
|
|||
asm-lsp # Assembly language server
|
||||
clang-tools # C/C++ language server
|
||||
(callPackage ./cpptools.nix {}) # C/C++ debugger from VSCode | https://github.com/microsoft/vscode-cpptools
|
||||
nil # nix LSP
|
||||
nodePackages.bash-language-server # Bash language server
|
||||
lua-language-server
|
||||
nil # nix LSP
|
||||
];
|
||||
] ++ [ (pkgs.python312.withPackages (python-pkgs: [
|
||||
python-pkgs.python-lsp-server
|
||||
python-pkgs.python-lsp-ruff
|
||||
python-pkgs.pylsp-mypy
|
||||
python-pkgs.pylsp-rope
|
||||
]))];
|
||||
|
||||
in {
|
||||
# This is the neovim derivation
|
||||
# returned by the overlay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue