add gh cli and html lsp

This commit is contained in:
Kopatz
2024-05-31 22:16:28 +02:00
parent c58e915284
commit aaa12cd8cd
5 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
{pkgs, ...}:
{
plugins = {
lsp = {
@@ -7,7 +8,11 @@
clangd.enable = true;
gopls.enable = true;
nixd.enable = true;
csharp-ls.enable = true;
html.enable = true;
csharp-ls = {
enable = true;
package = pkgs.stable.csharp-ls;
};
typst-lsp.enable = true;
};
keymaps.lspBuf = {