mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-05-14 10:29:29 +00:00
[neovim] Fix helm lsp
This commit is contained in:
@@ -251,6 +251,8 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
{ "towolf/vim-helm", ft = "helm" },
|
"qvalentin/helm-ls.nvim",
|
||||||
|
ft = "helm",
|
||||||
|
},
|
||||||
}, lazy_opts)
|
}, lazy_opts)
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ require("tree-sitter-manager").setup({
|
|||||||
"go",
|
"go",
|
||||||
"gomod",
|
"gomod",
|
||||||
"gosum",
|
"gosum",
|
||||||
|
"gotmpl",
|
||||||
"gowork",
|
"gowork",
|
||||||
"helm",
|
"helm",
|
||||||
"java",
|
"java",
|
||||||
|
|||||||
Reference in New Issue
Block a user