From 99c188672c1647959b7a6b8af4b278faca4a2d64 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Fri, 19 Feb 2016 15:56:10 -0500 Subject: [PATCH] fixing stuff --- vimrc | 2 +- vimrc.bundles | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 98457c0..9724961 100644 --- a/vimrc +++ b/vimrc @@ -3,8 +3,8 @@ set nocompatible syntax on -syntax enable colorscheme monokai +set noshowmode " Leader let mapleader = " " diff --git a/vimrc.bundles b/vimrc.bundles index c3a01a4..e125dd6 100644 --- a/vimrc.bundles +++ b/vimrc.bundles @@ -18,6 +18,8 @@ Plugin 'scrooloose/syntastic' Plugin 'scrooloose/nerdtree' Plugin 'tpope/vim-surround' Plugin 'bling/vim-airline' +Plugin 'vim-airline/vim-airline-themes' + " do mac specific stuff if has("unix")