add python lsp support
This commit is contained in:
parent
5531a92f65
commit
bd4e56d7b5
2 changed files with 6 additions and 0 deletions
5
home/develop/langs/python.nix
Normal file
5
home/develop/langs/python.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
basedpyright
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue