feat(lsp/mason): add tinymist (typst lsp)

This commit is contained in:
Fabrice Mouhartem 2025-04-02 09:13:58 +02:00
parent f9152e058b
commit 2719672e6a
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -105,6 +105,7 @@ local servers = {
eslint = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
texlab = {},
tinymist = {},
lua_ls = {
Lua = {
workspace = { checkThirdParty = false },