From d261a49febfd156274281b45d84e8b3c8106b0a4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 19 Aug 2025 23:09:43 +0100 Subject: [PATCH] Add tinymist lsp --- lua/plugins/completions.lua | 1 + 1 file changed, 1 insertion(+) 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