prettier yaml

This commit is contained in:
Julien Rabier 2020-10-27 16:15:46 +01:00
parent dedda2083f
commit f81c78d499

View File

@ -87,6 +87,8 @@ if has("autocmd")
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
endif endif
au Filetype yaml silent setlocal foldmethod=marker tw=80 ts=2 sw=2 sts=2 foldlevel=0
"inoremap <silent> <expr> <plug>MyCR "inoremap <silent> <expr> <plug>MyCR
" \ mucomplete#ultisnips#expand_snippet("\<cr>") " \ mucomplete#ultisnips#expand_snippet("\<cr>")
"imap <cr> <plug>MyCR "imap <cr> <plug>MyCR