1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-11-05 05:29:02 -08:00

Merge branch 'master' of github.com:notwa/rc

This commit is contained in:
Connor Olding 2016-02-08 15:25:00 -08:00
commit 710407a878

View file

@ -179,6 +179,11 @@ if has('autocmd')
au BufRead,BufNewFile *.asm setlocal ft=lips
augroup END
augroup nocomment
au!
au FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
augroup END
augroup sessions
au!
au VimEnter * call LoadSession()