Added pyright lsp

This commit is contained in:
EsVagy42 2025-07-12 13:33:23 +02:00
parent 1daa939359
commit d36f106661

View file

@ -10,6 +10,7 @@
lua_ls.enable = true; lua_ls.enable = true;
html.enable = true; html.enable = true;
cssls.enable = true; cssls.enable = true;
pyright.enable = true;
}; };
}; };
}; };