1..vimrcを設定する
$ cat ~/.vimrc
set tabstop=4
syntax off
set nohlsearch
augroup auto_comment_off
autocmd!
autocmd BufEnter * setlocal formatoptions-=r
autocmd BufEnter * setlocal formatoptions-=o
augroup END
$
1..vimrcを設定する
$ cat ~/.vimrc
set tabstop=4
syntax off
set nohlsearch
augroup auto_comment_off
autocmd!
autocmd BufEnter * setlocal formatoptions-=r
autocmd BufEnter * setlocal formatoptions-=o
augroup END
$