From 8c4b8a3f960310f0716277387a7058bd20d7a708 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sat, 13 Feb 2016 12:56:51 +0300 Subject: [PATCH] Vim: Yggdroot/indentLine added. --- .vimrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.vimrc b/.vimrc index b012d85..6e594d5 100644 --- a/.vimrc +++ b/.vimrc @@ -188,6 +188,17 @@ Bundle 'vim-startify' Bundle 'clang-complete' Bundle 'scrooloose/nerdcommenter' +Bundle 'Yggdroot/indentLine' +set list lcs=tab:\.\ +" Vim +let g:indentLine_color_term = 239 +"GVim +" let g:indentLine_color_gui = '#A4E57E' +" none X terminal +" let g:indentLine_color_tty_light = 4 " (default: 4) +" let g:indentLine_color_dark = 2 " (default: 2) + + filetype plugin indent on " required! " " Brief help