Added local copy of scala plugin. Full thing is too heavy. Added syntastic. Removed minibufexpl

This commit is contained in:
Vasili Sviridov
2012-08-14 21:48:49 -07:00
parent 13b47f1975
commit 27868b8b80
10 changed files with 333 additions and 1 deletions

28
bundle/scala.vim/README Normal file
View File

@@ -0,0 +1,28 @@
From Stefan Matthias Aust's website (http://www.3plus4.de/scala/).
* How to use it
The Vim editor (http://www.vim.org/) can be customized using the
following two resources located either in your home directory or
in some system-specific directory:
.vimrc is the main configuration file; it should at least
contain the command "syn on" to enable syntax
hightlighting
.vim is the Vim configuration directory; it contains scripts
(http://www.vim.org/scripts/) in predefined locations.
The support files for Scala are contained in the three
directories "indent", "syntax" and "ftdetect"; simply
copy them to your Vim configuration directory.
Vim searches for user-specific resources at the following locations:
- under Linux, Solaris, etc. usually /home/<username>/.vimrc
- under Mac OS X: /Users/<username>/.vimrc
- under Windows: %HOMEDRIVE%%HOMEPATH%\_vimrc
* Thanks
scala.vim was contributed by Stefan Matthias Aust (nobody@3plus4.de)