Skip to content

Commit

Permalink
vim: wildignore some dirs, so ctrlP doesn't pick them up
Browse files Browse the repository at this point in the history
  • Loading branch information
nberger committed Nov 25, 2015
1 parent d26d5b9 commit 35bf3df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim/vimrc.symlink
Expand Up @@ -220,6 +220,10 @@ silent! nnoremap <unique> <silent> <Leader>t :CtrlPMixed<CR>
" CtrlP for filetype
" silent! nnoremap <unique> <silent> <Leader>f :CtrlPFiletype<CR>

" Ignore out and build directories

set wildignore+=*/out/*,*/build/*

au BufRead,BufNewFile *.cljx setf clojure

" Disable Arrow keys in Escape mode
Expand Down

0 comments on commit 35bf3df

Please sign in to comment.