Skip to content

Commit

Permalink
feat: Add Helm support
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 24, 2024
1 parent 5b7b68f commit 817e39c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/config/defaults/mason.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
"dockerls",
"jsonls",
"gopls",
"helm_ls",
"ltex",
"marksman",
"pyright",
Expand Down
4 changes: 4 additions & 0 deletions lua/core/plugins/vim-helm.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"towolf/vim-helm",
ft = "helm",
}

0 comments on commit 817e39c

Please sign in to comment.