plugins/nvim-lsp: add yamlls language server (#326)

Co-authored-by: Ninja3047 <1284324+Ninja3047@user.noreply.github.com>
This commit is contained in:
William Tan 2023-04-11 11:49:32 -04:00 committed by GitHub
parent b6706fa0ec
commit 9fcc9ed65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,7 @@
tsserver.enable = true;
typst-lsp.enable = true;
vuels.enable = true;
yamlls.enable = true;
# zls.enable = true; Broken as of 03/17/2023
};
};