add python lsp

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-02-18 15:00:11 +01:00
parent f11bd21e00
commit 05cfe684c2

View File

@@ -87,6 +87,13 @@
enableFormat = true; enableFormat = true;
enableTreesitter = true; enableTreesitter = true;
python = {
enable = true;
lsp = {
enable = true;
servers = ["pyright"];
};
};
astro.enable = true; astro.enable = true;
go.enable = true; go.enable = true;
markdown = { markdown = {