All Projects → rosstimson → Scala Vim Support

rosstimson / Scala Vim Support

Unofficial mirror of Scala Vim support - With a few fixes added.

Labels

Projects that are alternatives of or similar to Scala Vim Support

Phpclassexplorer
Simple (and I mean SIMPLE) method explorer for vim
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Vim Diff Toggle
🛠 Vim plugin to speed up editing diff files
Stars: ✭ 17 (-22.73%)
Mutual labels:  viml
Markmywords
Arbitrary bookmarks for your files and Vim docs
Stars: ✭ 19 (-13.64%)
Mutual labels:  viml
Vim Slantstatus
A segmented vim statusline plugin
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Vimpeg
A PEG parser for Vim
Stars: ✭ 16 (-27.27%)
Mutual labels:  viml
Vimrc
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Vim Textobj Help
Vim plugin: Text objects for Vim help documents
Stars: ✭ 5 (-77.27%)
Mutual labels:  viml
Learnviml
A suggested path for learning Vim's scripting language, VimL
Stars: ✭ 22 (+0%)
Mutual labels:  viml
Vim Nosecompiler
Vim Compiler file for the nose framework
Stars: ✭ 16 (-27.27%)
Mutual labels:  viml
Funcoo.vim
Functional Object Oriented VimL
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Dotfiles Windows
[pt-BR] meus dotfiles para windows
Stars: ✭ 7 (-68.18%)
Mutual labels:  viml
Rainbow parentheses.vim
Better Rainbow Parentheses
Stars: ✭ 892 (+3954.55%)
Mutual labels:  viml
Gist.vim
Create gists from Vim
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Vim Pants
Vim plugin for Pants
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Vim Session
Extended session management for Vim (:mksession on steroids)
Stars: ✭ 907 (+4022.73%)
Mutual labels:  viml
Vim Operator Substitute
Vim-Plugin: Use :substitute like an operator
Stars: ✭ 6 (-72.73%)
Mutual labels:  viml
Vim Stim
StIm - Star Improved
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml
Stupid Easymotion
A dumbed down version of EasyMotion that aids navigation on the current line
Stars: ✭ 22 (+0%)
Mutual labels:  viml
Vim lib
Stars: ✭ 22 (+0%)
Mutual labels:  viml
Dotfiles
My dot files
Stars: ✭ 18 (-18.18%)
Mutual labels:  viml

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])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].