Skip to content

Instantly share code, notes, and snippets.

@jerojasro
Created May 10, 2020 17:05
Show Gist options
  • Save jerojasro/78bf82eb4c514e66c88cfd1ef292186a to your computer and use it in GitHub Desktop.
Save jerojasro/78bf82eb4c514e66c88cfd1ef292186a to your computer and use it in GitHub Desktop.
filetype indent on
setlocal foldmethod=indent
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal expandtab
setlocal indentkeys=-0#
setlocal indentkeys=-<:>
setlocal autoindent
setlocal foldlevel=999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment