add python lsp support

This commit is contained in:
xunuwu 2025-12-11 22:29:15 +01:00
parent 5531a92f65
commit bd4e56d7b5
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
basedpyright
];
}

View file

@ -45,6 +45,7 @@
develop.langs.js
develop.langs.rust
develop.langs.elixir
develop.langs.python
develop.langs.nix
develop.langs.zig
develop.langs.lua