From e591f5627acdc78083808f26d14c293a0bc8b8ad Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 7 Feb 2016 06:53:14 -0800 Subject: [PATCH] kill C++ auto commenting --- home/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/vimrc b/home/vimrc index 5d5a54e..3221082 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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()