forked from rosstimson/scala-vim-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (19 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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])