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
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -45,6 +45,7 @@
|
||||||
develop.langs.js
|
develop.langs.js
|
||||||
develop.langs.rust
|
develop.langs.rust
|
||||||
develop.langs.elixir
|
develop.langs.elixir
|
||||||
|
develop.langs.python
|
||||||
develop.langs.nix
|
develop.langs.nix
|
||||||
develop.langs.zig
|
develop.langs.zig
|
||||||
develop.langs.lua
|
develop.langs.lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue