nixpkgs/home/programs/neovim/configuration/ftdetect/yaml.vim

5 lines
214 B
VimL
Raw Normal View History

au BufNewFile,BufRead **/*.yaml.dist,**/*.yml.dist setfiletype yaml
" Yeah neon is not yaml, but syntax is same and there is no highlight out
" there
au BufNewFile,BufRead **/*.neon.dist,**/*.neon setfiletype yaml