Skip to content

Instantly share code, notes, and snippets.

@jingpengw
Created March 27, 2019 11:21
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 jingpengw/5ac7f48b63f5b86da2ec5e4ba5fd54cb to your computer and use it in GitHub Desktop.
Save jingpengw/5ac7f48b63f5b86da2ec5e4ba5fd54cb to your computer and use it in GitHub Desktop.
function! myspacevim#before() abort
augroup custom_autocmd
au!
au FileType yaml setlocal tabstop=2
au FileType sh,text,markdown,yaml,json setlocal wrap!
augroup END
endf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment