fixing stuff
This commit is contained in:
parent
6fe00536d8
commit
99c188672c
2
vimrc
2
vimrc
@ -3,8 +3,8 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
syntax on
|
syntax on
|
||||||
syntax enable
|
|
||||||
colorscheme monokai
|
colorscheme monokai
|
||||||
|
set noshowmode
|
||||||
|
|
||||||
" Leader
|
" Leader
|
||||||
let mapleader = " "
|
let mapleader = " "
|
||||||
|
@ -18,6 +18,8 @@ Plugin 'scrooloose/syntastic'
|
|||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
Plugin 'tpope/vim-surround'
|
Plugin 'tpope/vim-surround'
|
||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
|
|
||||||
|
|
||||||
" do mac specific stuff
|
" do mac specific stuff
|
||||||
if has("unix")
|
if has("unix")
|
||||||
|
Loading…
Reference in New Issue
Block a user