From c47079e1fdae77fd5ec01a7694c434a5f17692f0 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Mon, 18 Jul 2016 16:00:17 -0600 Subject: [PATCH] Add additional awesome vim plugins --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index d0dab85..957c812 100644 --- a/vimrc +++ b/vimrc @@ -8,6 +8,9 @@ execute pathogen#infect() " * https://github.com/tpope/vim-sensible.git " * https://github.com/rust-lang/rust.vim.git " * https://github.com/chase/vim-ansible-yaml.git +" * https://github.com/airblade/vim-gitgutter +" * https://github.com/bling/vim-airline +" * https://github.com/pangloss/vim-javascript " " Standalone colorschemes used: " * https://github.com/jnurmine/Zenburn.git @@ -35,4 +38,5 @@ set comments+=fb:* "let g:badwolf_darkgutter=1 colorscheme zenburn +let g:airline_powerline_fonts = 1 let g:ansible_attribute_highlight = "ab"