From d487ade6f24d6e358119d611ec3d115c4b116d58 Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Thu, 1 May 2025 18:46:01 +0000 Subject: [PATCH] Add vim-helm for helm file detection --- .gitmodules | 3 +++ vim/.vim/bundle/vim-helm | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/vim-helm diff --git a/.gitmodules b/.gitmodules index 0fbbd3e..5a65697 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,3 +61,6 @@ [submodule "vim/.vim/nvim-bundle/zk-nvim"] path = vim/.vim/nvim-bundle/zk-nvim url = https://github.com/zk-org/zk-nvim.git +[submodule "vim/.vim/bundle/vim-helm"] + path = vim/.vim/bundle/vim-helm + url = https://github.com/towolf/vim-helm.git diff --git a/vim/.vim/bundle/vim-helm b/vim/.vim/bundle/vim-helm new file mode 160000 index 0000000..ae1ebc1 --- /dev/null +++ b/vim/.vim/bundle/vim-helm @@ -0,0 +1 @@ +Subproject commit ae1ebc160d2b9b90108477ab10df7a4fc501e358