mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Auto detect scala files and fixed omnicomplete, still need to debug
This commit is contained in:
parent
a2d7c114fa
commit
2d805b96a4
1 changed files with 7 additions and 6 deletions
13
.vimrc
13
.vimrc
|
|
@ -40,12 +40,12 @@ Bundle 'derekwyatt/vim-scala'
|
|||
" You need to check out appropriate ensime branch by hand by running ie.
|
||||
" > git checkout scala-2.10
|
||||
" in ensime plugin directory managed by vundle (probably ~/.vim/bundle/ensime). Also you'll need to run make in vimproc directory.
|
||||
Bundle "megaannum/self"
|
||||
Bundle "megaannum/forms"
|
||||
Bundle "Shougo/vimproc"
|
||||
Bundle "Shougo/vimshell"
|
||||
Bundle "aemoncannon/ensime"
|
||||
Bundle "megaannum/vimside"
|
||||
"Bundle "megaannum/self"
|
||||
"Bundle "megaannum/forms"
|
||||
"Bundle "Shougo/vimproc"
|
||||
"Bundle "Shougo/vimshell"
|
||||
"Bundle "aemoncannon/ensime"
|
||||
"Bundle "megaannum/vimside"
|
||||
|
||||
|
||||
" The rest of your config follows here
|
||||
|
|
@ -145,4 +145,5 @@ let g:tagbar_ctags_bin="/opt/local/bin/ctags"
|
|||
|
||||
if has("autocmd")
|
||||
au BufNewFile,BufRead *.bro set filetype=bro
|
||||
au BufRead,BufNewFile *.scala set filetype=scala
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue