mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
CommandT
This commit is contained in:
parent
ab3e14bb5b
commit
07cf0eda20
1 changed files with 5 additions and 3 deletions
8
.vimrc
8
.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 <C-Space> :ScalaSearch<CR>
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue