Compare commits

...

2 Commits

Author SHA1 Message Date
95f49c0d05 Add pyright to lsp 2026-03-18 15:25:35 -04:00
afff0c28b2 Add nixd to lsp 2026-03-18 15:25:00 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -34,4 +34,5 @@ Color Scheme: [Tokyo Night](https://github.com/folke/tokyonight.nvim)<br>
[typos-lsp](https://github.com/tekumara/typos-lsp)<br> [typos-lsp](https://github.com/tekumara/typos-lsp)<br>
[markdown_oxide](https://github.com/Feel-ix-343/markdown-oxide)<br> [markdown_oxide](https://github.com/Feel-ix-343/markdown-oxide)<br>
[ltex](https://valentjn.github.io/ltex/)<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

@@ -193,6 +193,10 @@
enable = true; enable = true;
installGhc = false; installGhc = false;
}; };
pyright.enable = true;
nixd.enable = true;
}; };
}; };
}; };