Add additional awesome vim plugins

This commit is contained in:
Orien Vandenbergh 2016-07-18 16:00:17 -06:00
parent 7cb1a35779
commit c47079e1fd

4
vimrc
View File

@ -8,6 +8,9 @@ execute pathogen#infect()
" * https://github.com/tpope/vim-sensible.git " * https://github.com/tpope/vim-sensible.git
" * https://github.com/rust-lang/rust.vim.git " * https://github.com/rust-lang/rust.vim.git
" * https://github.com/chase/vim-ansible-yaml.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: " Standalone colorschemes used:
" * https://github.com/jnurmine/Zenburn.git " * https://github.com/jnurmine/Zenburn.git
@ -35,4 +38,5 @@ set comments+=fb:*
"let g:badwolf_darkgutter=1 "let g:badwolf_darkgutter=1
colorscheme zenburn colorscheme zenburn
let g:airline_powerline_fonts = 1
let g:ansible_attribute_highlight = "ab" let g:ansible_attribute_highlight = "ab"