fixing stuff
This commit is contained in:
parent
6fe00536d8
commit
99c188672c
2
vimrc
2
vimrc
@ -3,8 +3,8 @@
|
||||
set nocompatible
|
||||
|
||||
syntax on
|
||||
syntax enable
|
||||
colorscheme monokai
|
||||
set noshowmode
|
||||
|
||||
" Leader
|
||||
let mapleader = " "
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user