colorscheme desert | |
syntax enable "enable language specific syntax | |
set tabstop=4 "tabs are 4 spaces | |
set number "show line numbers on the right | |
set showcmd "show command at bottom | |
set wildmenu "show autocomplete options | |
set showmatch "highlight corresponding [{()}] | |
set laststatus=2 "always show status bar | |
set splitbelow "set split to bottom | |
set splitright "set split to right hand side | |
filetype indent on "turn on file specific indentation | |
"add pathogen plugins | |
execute pathogen#infect() | |
"Map NERDTree toggle to func + F2 | |
map <F2> :NERDTreeToggle<CR> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment