Add tinymist lsp

This commit is contained in:
Kenneth Benzie 2025-08-19 23:09:43 +01:00
parent 53ad787167
commit d261a49feb

View File

@ -4,6 +4,7 @@ local ensure_installed = {
'lua_ls', -- Lua 'lua_ls', -- Lua
'opencl_ls', -- OpenCL 'opencl_ls', -- OpenCL
'harper_ls', -- Spelling & grammar 'harper_ls', -- Spelling & grammar
'tinymist', -- Typst
} }
if vim.fn.executable('npm') == 1 then if vim.fn.executable('npm') == 1 then