diff options
| author | awy <awy@awy.one> | 2025-12-01 22:03:52 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-12-01 22:03:52 +0300 |
| commit | af1e178e595bb1fc33b7dc8a22b6323b6c6adbf7 (patch) | |
| tree | d39c83d1e9c17e857501dc057f4e1c4b869dcf0d /.config/nvim/lua/plugins | |
| parent | 3b950313d4d2e5fd2121996dc71db26db1c285dc (diff) | |
| download | hyprdots-af1e178e595bb1fc33b7dc8a22b6323b6c6adbf7.tar.gz | |
boom
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 224a49b..9e06e6a 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", "tinymist" }, + ensure_installed = { "helm_ls", "dockerls" }, }, }, { @@ -23,7 +23,7 @@ return { vim.lsp.enable({ "lua_ls", "clangd", "rust_analyzer", "bashls", "html", "cssls", "jsonls", "helm_ls", "yamlls", - "dockerfile-language-server", "tinymist" + "dockerfile-language-server", "tinymist", "gopls" }) vim.lsp.config("*", { |