Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set runtimepath^=~/.vim/bundle/ctrlp.vim
  2. let g:ctrlp_map = '<leader>t'
  3. let mapleader = ","
  4. set wildignore+=*.o,*.obj,.git,*.swp,tmp,node_modules,*/vendor/**/*,*/public/**/*
  5. syntax on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement