From 9c41c73c9101b96f50490fdc94808d37870de7c5 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Thu, 21 Jul 2016 11:58:56 -0600 Subject: [PATCH] Added some more vim modules to my used module list --- vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vimrc b/vimrc index 957c812..c990c8c 100644 --- a/vimrc +++ b/vimrc @@ -10,7 +10,10 @@ execute pathogen#infect() " * https://github.com/chase/vim-ansible-yaml.git " * https://github.com/airblade/vim-gitgutter " * https://github.com/bling/vim-airline +" * https://github.com/vim-airline/vim-airline-themes " * https://github.com/pangloss/vim-javascript +" * https://github.com/tpope/vim-surround +" * https://github.com/scrooloose/syntastic " " Standalone colorschemes used: " * https://github.com/jnurmine/Zenburn.git @@ -39,4 +42,6 @@ set comments+=fb:* colorscheme zenburn let g:airline_powerline_fonts = 1 +let g:airline#extensions#whitespace#mixed_indent_algo = 1 + let g:ansible_attribute_highlight = "ab"