Vimupdate
This commit is contained in:
parent
c4a92988f4
commit
4628318a5e
5
vimrc
5
vimrc
|
@ -32,6 +32,8 @@ Plugin 'Xuyuanp/nerdtree-git-plugin'
|
|||
Plugin 'xolox/vim-misc'
|
||||
Plugin 'xolox/vim-easytags'
|
||||
Plugin 'majutsushi/tagbar'
|
||||
"Plugin 'gilligan/vim-lldb'
|
||||
Plugin 'welle/targets.vim'
|
||||
|
||||
call vundle#end() " required
|
||||
filetype plugin indent on " required
|
||||
|
@ -217,6 +219,9 @@ syntax enable
|
|||
set background=dark
|
||||
colorscheme solarized
|
||||
|
||||
" From http://stackoverflow.com/a/5004785/2766106
|
||||
set list
|
||||
set listchars=tab:╾╌,trail:·,extends:↦,precedes:↤,nbsp:_
|
||||
|
||||
filetype on
|
||||
filetype plugin on
|
||||
|
|
Loading…
Reference in a new issue