Skip to content

Unofficial mirror of Scala Vim support - My own tweaks added on top of bjartek's.

Notifications You must be signed in to change notification settings

seubert/scala-vim-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 searchs 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 ([email protected])

* bjartek changes

 - Changed the syntax coloring for classnames etc, do not like the red color in solorized
 - added ftplugin to set up tagbar support for scala


About

Unofficial mirror of Scala Vim support - My own tweaks added on top of bjartek's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%