mirror of
https://github.com/macvim-dev/macvim.git
synced 2025-12-23 12:14:37 +01:00
Problem: filetype: kubectl config file is not recognized
Solution: Detect .kube/kubectl as yaml filetype
(Volodymyr Chernetskyi).
References:
- https://kubernetes.io/docs/reference/kubectl/kuberc/
closes: #18169
Signed-off-by: Volodymyr Chernetskyi <19735328+chernetskyi@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>