set runtimepath+=~/vimfiles syntax on filetype on filetype plugin on filetype indent on set nonu colorscheme torte set nobackup " バッファが編集中でもその他のファイルを開けるように set hidden set scrolloff=3 set ambiwidth=double " タブをわかりやすく set list set listchars=tab:>. " backspace をまともに set backspace=indent,eol,start set smartindent " ------------------- " 検索 " ------------------- set ignorecase set smartcase set wrapsca