fixing stuff

This commit is contained in:
Tyrel Souza 2016-02-19 15:56:10 -05:00
parent 6fe00536d8
commit 99c188672c
2 changed files with 3 additions and 1 deletions

2
vimrc
View File

@ -3,8 +3,8 @@
set nocompatible
syntax on
syntax enable
colorscheme monokai
set noshowmode
" Leader
let mapleader = " "

View File

@ -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")