Add pyright to the lsp

This commit is contained in:
2025-12-31 15:34:16 +01:00
parent 5c5b830c0f
commit d268aa81e5
2 changed files with 68 additions and 0 deletions
+1
View File
@@ -50,3 +50,4 @@ vim.lsp.config.clangd = {
vim.lsp.enable({'clangd'})
vim.lsp.enable('pyright')