Vimupdate

This commit is contained in:
Geoffrey Frogeye 2016-03-16 14:23:03 +01:00
parent c4a92988f4
commit 4628318a5e

5
vimrc
View file

@ -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