Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcw/vim-scala
Files extracted from https://github.com/scala/scala-dist/tree/master/tool-support/src/vim
https://github.com/marcw/vim-scala
Last synced: 20 days ago
JSON representation
Files extracted from https://github.com/scala/scala-dist/tree/master/tool-support/src/vim
- Host: GitHub
- URL: https://github.com/marcw/vim-scala
- Owner: marcw
- Created: 2012-04-14T09:28:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-14T09:28:49.000Z (over 12 years ago)
- Last Synced: 2024-11-11T06:45:31.647Z (2 months ago)
- Language: VimL
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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//.vimrc
- under Mac OS X: /Users//.vimrc
- under Windows: %HOMEDRIVE%%HOMEPATH%\_vimrc* Thanks
scala.vim was contributed by Stefan Matthias Aust ([email protected])