Skip to content

Instantly share code, notes, and snippets.

@nklkarthi
Last active February 25, 2024 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nklkarthi/467918c9cd0751cf602ba3bebfbb2b66 to your computer and use it in GitHub Desktop.
Save nklkarthi/467918c9cd0751cf602ba3bebfbb2b66 to your computer and use it in GitHub Desktop.
Vim yaml settings
syntax on
filetype plugin indent on
"Get the 2-space YAML as the default when hit carriage return after the colon, set cursor column and auto indent
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et cuc nu ai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment