feat: extras.lang.helm
This commit is contained in:
parent
142f765dfe
commit
387786bc07
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
1
init.lua
1
init.lua
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue