1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

kill C++ auto commenting

This commit is contained in:
Connor Olding 2016-02-07 06:53:14 -08:00
parent 4edd550f9c
commit e591f5627a

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()