Skip to content

Instantly share code, notes, and snippets.

@jingpengw
Created March 27, 2019 11:21
Embed
What would you like to do?
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