From 6bdadedbfe5157022120be9ec0a264559419d490 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Mon, 21 Oct 2013 22:22:27 -0500 Subject: [PATCH] Remove 'go' plugin. --- .vim/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index 9decbcd..8b2c71a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -86,11 +86,12 @@ Bundle 'https://github.com/tpope/vim-fugitive.git' Bundle 'python.vim' Bundle 'https://github.com/kien/ctrlp.vim.git' Bundle 'scratch.vim' +Bundle 'bling/vim-airline' " Syntax Bundle 'https://github.com/groenewege/vim-less.git' Bundle 'https://github.com/tpope/vim-haml.git' -Bundle 'go' +"Bundle 'go' Bundle 'https://github.com/slim-template/vim-slim.git' Bundle 'https://github.com/juvenn/mustache.vim.git' Bundle 'https://github.com/puppetlabs/puppet-syntax-vim.git'