summaryrefslogtreecommitdiff
path: root/lua/plugins/lang/helm.lua
blob: eed7b3daff12dce51536e10203af8466d0e5b626 (plain) (blame)
1
2
3
4
5
6
return {
   {
      "towolf/vim-helm",
      ft = { "yaml" },
   },
}