plugins/nvim-lsp: add typst-lsp language server

This commit is contained in:
Gaetan Lepage 2023-04-06 10:34:11 +02:00 committed by Gaétan Lepage
parent 7bec37aff1
commit 82f04e3cf1
2 changed files with 7 additions and 0 deletions

View file

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