summaryrefslogtreecommitdiff
path: root/lua/plugins/lang/helm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/lang/helm.lua')
-rw-r--r--lua/plugins/lang/helm.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins/lang/helm.lua b/lua/plugins/lang/helm.lua
new file mode 100644
index 0000000..6b303ec
--- /dev/null
+++ b/lua/plugins/lang/helm.lua
@@ -0,0 +1,6 @@
+return {
+ {
+ "towolf/vim-helm",
+ ft = { "yaml" },
+ },
+}