这是我的Vundle插件列表:
Plugin 'VundleVim/Vundle.vim'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'rking/ag.vim'
Plugin 'skwp/greplace.vim'
Plugin 'MarcWeber/vim-addon-mw-utils'
Plugin 'tomtom/tlib_vim'
Plugin 'garbas/vim-snipmate'
Plugin 'tpope/vim-surround'
Plugin 'StanAngeloff/php.vim'
Plugin 'arnaud-lb/vim-php-namespace'
Plugin 'ervandew/supertab'
Plugin 'stephpy/vim-php-cs-fixer'
Plugin 'tobyS/vmustache'
Plugin 'tobyS/pdv'
Plugin 'SirVer/ultisnips'
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
我的.vimrc
文件中的一些配置,没有插件配置:
set nocompatible
syntax enable
set backspace=indent,eol,start
set number
let mapleader = ','
set noerrorbells visualbell t_vb=
set autowriteall
set complete=.,w,b,u
set tabstop=8
set expandtab
set softtabstop=4
set shiftwidth=4
"------------Visuals-------------"
set background=dark
colorscheme material-theme
set t_CO=256
set guifont=Operator\Mono\ weight=350\ 10
set linespace=10
set guioptions-=e
set guioptions-=l
set guioptions-=L
set guioptions-=r
set guioptions-=R
hi LineNr guibg=bg
set foldcolumn=2
hi foldcolumn guibg=bg
hi vertsplit guifg=bg guibg=bg
我使用Ubuntu 16.04,尝试使用gVim和终端vim,相同。
我尝试评论所有视觉配置,如主题,guifonr,但结果相同。
答案 0 :(得分:0)
我安装powerline/fonts(感谢@Kent)并在命令之后安装:
# clone
git clone https://github.com/powerline/fonts.git
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
我的状态看起来更好,但不理想,我认为s because I didn
在该存储库中找到我的字体,但这是一个很大的问题。