1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add python lsp

This commit is contained in:
andrey_varnavskiy
2024-11-30 05:53:21 +05:00
parent 07192181da
commit 1e1a19cec7

View File

@@ -3,7 +3,7 @@
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
lua-language-server lua-language-server
vscode-langservers-extracted python311Packages.python-lsp-server
nixd nixd
]; ];
}; };