" Yaml
au BufNewFile,BufRead *.yaml,*.yml,*.eyaml setf yaml
-au BufNewFile,BufRead */.kube/config setf yaml
+au BufNewFile,BufRead */.kube/config,*/.kube/kuberc setf yaml
" Raml
au BufNewFile,BufRead *.raml setf raml
xslt: ['file.xsl', 'file.xslt'],
yacc: ['file.yy', 'file.yxx', 'file.y++'],
yaml: ['file.yaml', 'file.yml', 'file.eyaml', 'file.kyaml', 'file.kyml', 'any/.bundle/config', '.clangd', '.clang-format', '.clang-tidy', 'file.mplstyle', 'matplotlibrc', 'yarn.lock',
- '/home/user/.kube/config', '.condarc', 'condarc', 'pixi.lock'],
+ '/home/user/.kube/config', '/home/user/.kube/kuberc', '.condarc', 'condarc', 'pixi.lock'],
yang: ['file.yang'],
yuck: ['file.yuck'],
z8a: ['file.z8a'],