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