Skip to content

Commit 255f036

Browse files
committed
add plug
1 parent 7ab17d8 commit 255f036

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

vimrc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" >>>>
22
" .vimrc of Bo Liu
3-
" https://github.com/HmyBmny/vimrc
3+
" https://github.com/hmybmny/vimrc
44

55
set nocompatible
66

@@ -33,6 +33,7 @@ Plug 'derekwyatt/vim-fswitch', { 'for': ['c', 'cpp', 'objc'] }
3333
Plug 'derekwyatt/vim-protodef', { 'for': ['c', 'cpp', 'objc'] }
3434
Plug 'scrooloose/nerdcommenter'
3535
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
36+
Plug 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'}
3637

3738
augroup nerd_loader
3839
autocmd!
@@ -121,8 +122,6 @@ set tabstop=4
121122
set shiftwidth=4
122123
set softtabstop=4
123124

124-
set statusline=%<[%n]\ %F\ %m%r%y\ %{exists('g:loaded_fugitive')?fugitive#statusline():''}\ %=%-14.(%l,%c%V%)\ %P
125-
126125
set gcr=a:block-blinkon0
127126

128127
set guioptions-=l
@@ -380,6 +379,11 @@ let NERDTreeShowHidden=0
380379
let NERDTreeMinimalUI=1
381380
let NERDTreeAutoDeleteBuffer=1
382381

382+
" ----------------------------------------------------------------------------
383+
" powerline
384+
" ----------------------------------------------------------------------------
385+
386+
383387
" ----------------------------------------------------------------------------
384388
" tarbar
385389
" ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)