Created
June 6, 2021 06:00
-
-
Save keithrozario/f3aaaef1b82c17eb7f5d57c92ce37572 to your computer and use it in GitHub Desktop.
.vimrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab | |
au! BufNewFile,BufReadPost *.{yaml,yml} set filetype=yaml foldmethod=indent | |
let g:indentLine_color_term = 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment