Skip to content

Instantly share code, notes, and snippets.

View cronnelo's full-sized avatar
🌴
On vacation

Ocampo Ronnel C. cronnelo

🌴
On vacation
  • Philippines
View GitHub Profile
@cronnelo
cronnelo / .vimrc
Last active January 15, 2016 10:03
cronnelo .vimrc setup
execute pathogen#infect()
filetype plugin indent on
""""""""""""""""""""""""""
" => Mappings
""""""""""""""""""""""""""
let mapleader=","
" make jk do esc
call plug#begin('~/.vim/plugged')
Plug 'flazz/vim-colorschemes'
Plug 'altercation/vim-colors-solarized'
Plug 'tpope/vim-surround'
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'ryanoasis/vim-devicons'
Plug 'scrooloose/nerdcommenter'
Plug 'vim-airline/vim-airline'