mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Added Scala config and additional directions
This commit is contained in:
parent
36d6b93275
commit
cda21ccf3e
1 changed files with 12 additions and 0 deletions
12
.vimrc
12
.vimrc
|
|
@ -35,6 +35,18 @@ Bundle 'vim-scripts/LaTeX-Suite-aka-Vim-LaTeX'
|
|||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'mephux/bro.vim'
|
||||
|
||||
" Scala Bundles
|
||||
" 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"
|
||||
|
||||
|
||||
" The rest of your config follows here
|
||||
|
||||
" Excess Line Length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue