Change foldmethod to indent for yaml
This commit is contained in:
parent
51011ff72e
commit
9fdf0b5b73
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ augroup configgroup
|
|||
autocmd FileType python let g:ycm_python_sys_path = []
|
||||
autocmd FileType python let g:ycm_extra_conf_vim_data = ['g:ycm_python_interpreter_path', 'g:ycm_python_sys_path']
|
||||
autocmd FileType python let g:ycm_global_ycm_extra_conf = '~/.global_extra_conf.py'
|
||||
autocmd FileType yaml setlocal foldmethod=indent
|
||||
autocmd BufEnter *.cls setlocal filetype=java
|
||||
autocmd BufEnter *zsh-theme setlocal filetype=zsh
|
||||
autocmd BufEnter Makefile setlocal noexpandtab
|
||||
|
|
Loading…
Add table
Reference in a new issue