diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 270df4c..07fb287 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -4,6 +4,7 @@ local ensure_installed = { 'lua_ls', -- Lua 'opencl_ls', -- OpenCL 'harper_ls', -- Spelling & grammar + 'tinymist', -- Typst } if vim.fn.executable('npm') == 1 then