Skip to content

Commit

Permalink
modify vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuncheng committed Sep 17, 2014
1 parent 9fd38ab commit 7c08064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Plugin 'vim-scripts/autocomplpop'
Plugin 'https://github.com/Rip-Rip/clang_complete.git'
Plugin 'tagbar'
Plugin 'https://github.com/Lokaltog/vim-powerline.git'
Plugin 'supertab'
call vundle#end()

set nu
Expand All @@ -28,6 +29,7 @@ set hlsearch
set cursorline
set cursorcolumn
set encoding=utf-8
filetype plugin on
colorscheme inkpot

"omnicppcomplete
Expand All @@ -40,6 +42,7 @@ colorscheme inkpot

"clang_complete
set completeopt=menu
let g:clang_use_library=1

"Tlist
let Tlist_Use_Right_Window = 0
Expand Down

0 comments on commit 7c08064

Please sign in to comment.