Skip to content

Instantly share code, notes, and snippets.

@nnathan
Created May 30, 2017 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nnathan/1fb2d238e2b54bdc33d632a8c18f13be to your computer and use it in GitHub Desktop.
Save nnathan/1fb2d238e2b54bdc33d632a8c18f13be to your computer and use it in GitHub Desktop.
.vimrc
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'
Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-sleuth'
Plugin 'flazz/vim-colorschemes'
call vundle#end()
let g:ctrlp_map = '\p'
filetype plugin indent on
colorscheme desert256
syn on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment