diff --git a/dot_config/nvim/lua/plugins/lsp.lua.tmpl b/dot_config/nvim/lua/plugins/lsp.lua.tmpl index a872330..2488e09 100644 --- a/dot_config/nvim/lua/plugins/lsp.lua.tmpl +++ b/dot_config/nvim/lua/plugins/lsp.lua.tmpl @@ -36,7 +36,7 @@ function M.config() settings = {}, } --{{- end }} - -- + --{{ if lookPath "buf" -}} lspconfig.buf_ls.setup { capabilities = capabilities, @@ -53,6 +53,14 @@ function M.config() } --{{- end }} + --{{ if lookPath "helm_ls" -}} + lspconfig.helm_ls.setup { + capabilities = capabilities, + on_attach = on_attach, + settings = {}, + } + --{{- end }} + --{{ if lookPath "nu" -}} lspconfig.nushell.setup { capabilities = capabilities, diff --git a/dot_config/nvim/lua/plugins/tree.lua b/dot_config/nvim/lua/plugins/tree.lua index 6a5a603..c88609b 100644 --- a/dot_config/nvim/lua/plugins/tree.lua +++ b/dot_config/nvim/lua/plugins/tree.lua @@ -4,7 +4,7 @@ vim.opt.termguicolors = true local M = { "nvim-tree/nvim-tree.lua" } -M.tag = "nvim-tree-v1.9.0" +M.tag = "nvim-tree-v1.10.0" M.keys = { { "nt", ":NvimTreeToggle", desc = "toggle nvim tree" }