Yaml.vim

来自linux中国网wiki
docker>Evan2019年5月29日 (三) 02:49的版本 (创建页面,内容为“yaml.vim : Syntax coloring and functions for YAML ==install details== https://www.vim.org/scripts/script.php?script_id=739 <pre> Save the file in ~/.vim/yaml.vi…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

yaml.vim : Syntax coloring and functions for YAML

install details

https://www.vim.org/scripts/script.php?script_id=739



Save the file in ~/.vim/yaml.vim
Add the following line to your .vimrc

    au BufNewFile,BufRead *.yaml,*.yml so ~/.vim/yaml.vim


see also

在Vim中编辑Yaml时错误缩进