feat: extras.lang.helm

This commit is contained in:
punkfairie 2025-03-09 19:37:10 -07:00
parent 142f765dfe
commit 387786bc07
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 5 additions and 0 deletions

View file

@ -121,6 +121,7 @@
gopls
gotools
gofumpt
helm-ls
];
};
@ -236,6 +237,9 @@
nvim-dap-go
neotest-golang
# Helm
vim-helm
# Custom
rose-pine
diffview-nvim

View file

@ -56,6 +56,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
{ import = 'lazyvim.plugins.extras.lang.docker' },
{ import = 'lazyvim.plugins.extras.lang.git' },
{ import = 'lazyvim.plugins.extras.lang.go' },
{ import = 'lazyvim.plugins.extras.lang.helm' },
{ import = 'lazyvim.plugins.extras.lang.nix' },
-- These need to be after extras to prevent extras from overwriting them.