Add pyright to lsp

This commit is contained in:
2026-03-18 15:25:35 -04:00
parent afff0c28b2
commit 95f49c0d05
2 changed files with 3 additions and 0 deletions

View File

@@ -35,3 +35,4 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
[markdown_oxide](https://github.com/Feel-ix-343/markdown-oxide)<br>
[ltex](https://valentjn.github.io/ltex/)<br>
[nixd](https://github.com/nix-community/nixd)<br>
[pyright](https://github.com/microsoft/pyright)<br>

View File

@@ -194,6 +194,8 @@
installGhc = false;
};
pyright.enable = true;
nixd.enable = true;
};
};