From 20f3148110facb713ac8c78322901af27ac792e4 Mon Sep 17 00:00:00 2001 From: thomasba Date: Mon, 4 Apr 2016 11:17:55 +0200 Subject: [PATCH] new plugin: nathanaelkane/vim-indent-guides --- vim/plug.vim | 1 + vim/vimrc | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/vim/plug.vim b/vim/plug.vim index c66b4a1..64ab30f 100644 --- a/vim/plug.vim +++ b/vim/plug.vim @@ -30,6 +30,7 @@ Plug 'PProvost/vim-ps1', {'for': 'ps1'} Plug 'kchmck/vim-coffee-script', {'for': ['coffee', 'markdown', 'mkd.markdown']} Plug 'vim-scripts/cisco.vim' Plug 'niklasl/vim-rdf' +Plug 'nathanaelkane/vim-indent-guides' " Files Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' } diff --git a/vim/vimrc b/vim/vimrc index 726f8d3..31c7f5c 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -107,6 +107,7 @@ endif " }}} let g:syntastic_perl_checkers = ['perl'] let g:syntastic_enable_perl_checker = 1 let g:syntastic_python_checkers = ['pylint'] + let g:syntastic_python_pylint_args = '--indent-string="\t"' let g:syntastic_php_checkers = ['php'] let g:syntastic_html_tidy_ignore_errors = ['warning:
proprietary attribute "data-role"', ' proprietary attribute "required"', ' proprietary attribute "pattern"', '