diff options
| author | awy <awy@awy.one> | 2025-12-01 21:55:48 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-12-01 21:55:48 +0300 |
| commit | 3b950313d4d2e5fd2121996dc71db26db1c285dc (patch) | |
| tree | 81e0ac0c28e02e70eec00ae1f982b02187018fad /.config/nvim/lua/plugins | |
| parent | 6fcb47f5f9d2b376dbba8b529ad86323e584d738 (diff) | |
| download | hyprdots-3b950313d4d2e5fd2121996dc71db26db1c285dc.tar.gz | |
typst language server
Diffstat (limited to '.config/nvim/lua/plugins')
| -rw-r--r-- | .config/nvim/lua/plugins/lsp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua index 3f691d6..224a49b 100644 --- a/.config/nvim/lua/plugins/lsp.lua +++ b/.config/nvim/lua/plugins/lsp.lua @@ -11,7 +11,7 @@ return { lazy = false, opts = { auto_install = true, - ensure_installed = { "helm_ls", "dockerls" }, + ensure_installed = { "helm_ls", "dockerls", "tinymist" }, }, }, { @@ -23,7 +23,7 @@ return { vim.lsp.enable({ "lua_ls", "clangd", "rust_analyzer", "bashls", "html", "cssls", "jsonls", "helm_ls", "yamlls", - "dockerfile-language-server" + "dockerfile-language-server", "tinymist" }) vim.lsp.config("*", { |