From 72a9030c26b537976e1641731835caabb5a65700 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 31 May 2017 21:31:55 +0200 Subject: Add indentation guides to `vim` --- vim/.vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index 2da6580..2341546 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -17,6 +17,7 @@ Plug 'Chiel92/vim-autoformat' " autoformatting integration Plug 'majutsushi/tagbar' " display ctag tree in sidebar Plug 'godlygeek/tabular' " text alignment helper Plug 'MarcWeber/vim-addon-local-vimrc' " folder specific vim configuration +Plug 'nathanaelkane/vim-indent-guides' " pretty indentations call plug#end() @@ -133,6 +134,10 @@ nnoremap :set cursorline! nnoremap :TagbarToggle nnoremap :Goyo +" indent guides +let g:indent_guides_auto_colors = 1 +let g:indent_guides_space_guides = 0 + " ctrlp file opener nnoremap :CtrlPBufTag nnoremap :CtrlPTag -- cgit v1.2.3