Skip to content

Commit b769e67

Browse files
committed
disable indentline, performance cost is too high
1 parent 49c41bf commit b769e67

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

unused_plugins

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ NeoBundle 'Shougo/vimfiler.vim' "{{{
1515
nnoremap <F2> :VimFilerExplorer<CR>
1616
nnoremap <F3> :VimFilerBufferDir --explorer<CR>
1717
"}}}
18-
18+
NeoBundle 'Yggdroot/indentLine' "{{{
19+
let g:indentLine_char = ''
20+
let g:indentLine_color_term=236
21+
"}}}
1922
NeoBundle 'Lokaltog/vim-powerline' "{{{
2023
let g:Powerline_symbols = 'unicode'
2124
"}}}

vimrc

-4
Original file line numberDiff line numberDiff line change
@@ -599,10 +599,6 @@
599599
"}}}
600600
endif "}}}
601601
if count(s:settings.plugin_groups, 'indents') "{{{
602-
NeoBundle 'Yggdroot/indentLine' "{{{
603-
let g:indentLine_char = ''
604-
let g:indentLine_color_term=236
605-
"}}}
606602
NeoBundle 'nathanaelkane/vim-indent-guides' "{{{
607603
let g:indent_guides_start_level=1
608604
let g:indent_guides_guide_size=1

0 commit comments

Comments
 (0)