Created
April 26, 2017 09:35
-
-
Save craftfortress/4368f4dd102dd921fd3ed4091dc06db9 to your computer and use it in GitHub Desktop.
vim ~/.vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set runtimepath^=~/.vim/bundle/ctrlp.vim | |
let g:ctrlp_map = '<leader>t' | |
let mapleader = "," | |
set wildignore+=*.o,*.obj,.git,*.swp,tmp,node_modules,*/vendor/**/*,*/public/**/* | |
syntax on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment