@ -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()
--{{ if lookPath "helm_ls" -}}
lspconfig.helm_ls.setup {
on_attach = on_attach,
--{{ if lookPath "nu" -}}
lspconfig.nushell.setup {
@ -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 = {
{ "<leader>nt", ":NvimTreeToggle<CR>", desc = "toggle nvim tree" }