私はwindows7でcygwinを使用しており、構文は~/.vimrcでオンになっています。
テスト用のシェルファイルを書こうとすると下線が多くてつまらないです どうすれば消せますか?
ここに私の ~/.vimrc があります:
set nu
hi LineNr term=NONE cterm=NONE
set ts=4
set fenc=4
set fencs=utf-8,usc-bom,euc-jp,gb18030,gbk,gb2312,cp936
set nocp
set ai
set si
if &term != "cygwin"
set ruler
endif
set incsearch
set showmatch
set backspace=indent,eol,start
syntax on
set shiftwidth=4
set expandtab
set encoding=utf8
set fileencodings=utf8,gbk
set nocompatible
set history=50
set autoindent
set smartindent
set showmatch
set showcmd
set wildmenu
set fo=cqrt
set laststatus=2
set textwidth=78
filetype on
filetype plugin on
filetype indent on
set nobackup