“Yaml.vim”的版本间的差异

来自linux中国网wiki
跳到导航 跳到搜索
docker>Evan
(创建页面,内容为“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…”)
 
(导入1个版本)
 

2019年10月14日 (一) 13:55的最新版本

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时错误缩进