我在windows7上使用cygwin,在〜/ .vimrc中使用语法。
当我尝试编写测试shell文件时,有太多下划线,它很无聊,我怎么能摆脱它?我尝试让html_no_rendering = 1,但它在这里不起作用,而且这些文件不是html文件。
这是我的〜/ .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
答案 0 :(得分:0)
下划线在您的colorscheme中定义。打开它并搜索单词underline
。您可以将该值更改为:
bold
undercurl
reverse
inverse
italic
standout
NONE