File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ NeoBundle 'Shougo/vimfiler.vim' "{{{
15
15
nnoremap <F2> :VimFilerExplorer<CR>
16
16
nnoremap <F3> :VimFilerBufferDir --explorer<CR>
17
17
" }}}
18
-
18
+ NeoBundle ' Yggdroot/indentLine' " {{{
19
+ let g: indentLine_char = ' ┊'
20
+ let g: indentLine_color_term= 236
21
+ " }}}
19
22
NeoBundle ' Lokaltog/vim-powerline' " {{{
20
23
let g: Powerline_symbols = ' unicode'
21
24
" }}}
Original file line number Diff line number Diff line change 599
599
" }}}
600
600
endif " }}}
601
601
if count (s: settings .plugin_groups, ' indents' ) " {{{
602
- NeoBundle ' Yggdroot/indentLine' " {{{
603
- let g: indentLine_char = ' ┊'
604
- let g: indentLine_color_term= 236
605
- " }}}
606
602
NeoBundle ' nathanaelkane/vim-indent-guides' " {{{
607
603
let g: indent_guides_start_level= 1
608
604
let g: indent_guides_guide_size= 1
You can’t perform that action at this time.
0 commit comments