Skip to content

Instantly share code, notes, and snippets.

@keithrozario
Created June 6, 2021 06:00
Show Gist options
  • Save keithrozario/f3aaaef1b82c17eb7f5d57c92ce37572 to your computer and use it in GitHub Desktop.
Save keithrozario/f3aaaef1b82c17eb7f5d57c92ce37572 to your computer and use it in GitHub Desktop.
.vimrc
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