From 07cf0eda200c7e5d6b8f0e9c6aefa896a36b51b0 Mon Sep 17 00:00:00 2001 From: Ahir Reddy Date: Sun, 12 Oct 2014 15:56:34 -0700 Subject: [PATCH] CommandT --- .vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index e82a3ebb2..4639e106e 100644 --- a/.vimrc +++ b/.vimrc @@ -44,8 +44,6 @@ Bundle 'vim-scripts/LustyExplorer' Bundle 'vim-scripts/yavdb' Bundle 'junkblocker/patchreview-vim' Bundle 'codegram/vim-codereview' -Bundle 'pangloss/vim-javascript' -Bundle 'mxw/vim-jsx' " Scala Bundles " You need to check out appropriate ensime branch by hand by running ie. @@ -168,7 +166,11 @@ endif " let g:SuperTabDefaultCompletionType = 'context' map :ScalaSearch -set wildignore=*.o,*~,*.pyc,*.class,\$global +set wildignore=*.o,*.obj,*.bak,*.swp,*.class,*.pyc,*.java,*.md,*.min,*.txt,*.xml,*.log,*resources/golden*,*.properties,*.sql,*.q,*/node_modules/*,*/target/* " au FileType java :so /Users/ahirreddy/.vim/bundle/JavaKit/vim/JavaKit.vim" +" CommandT Options +let g:CommandTMaxFiles=10000000 +let g:CommandTFileScanner="git" + :set hidden