Ricordel / vim-scala

My work on integration of Scala into Vim - not a ton here, but useful for me.

Home Page:http://derekwyatt.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork from Derek Wyatt's version of the Scala vim files. I'll make some
personal modifications to the syntax file, but the credit goes mostly to him and
the other contributors. Feel free to copy, use and further modify my modifications.

Below is the original README:


This is a "bundle" for Vim that builds off of the initial Scala plugin modules
by Stefan Matthias Aust and adds some more "stuff" that I find useful, including
all of my notes and customizations.

It's free for anyone to fork, clone, etc... no licensing or whatever... just do
whatever you want with it, but you can't take credit for my stuff :)

You really should be using Tim Pope's Pathogen module for Vim
(https://github.com/tpope/vim-pathogen and
http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen) if you're
going to clone this repository because, well... you should.

Alternatively, you can use Vundle (https://github.com/gmarik/vundle) to
manage your plugins.

If you have Vundle installed, simply add the following to your .vimrc:
  Bundle 'derekwyatt/vim-scala'
and then run
  :BundleInstall
to install it.

Sorting of imports with :SortScalaImports

Please consult the help with
:help :SortScalaImports

About

My work on integration of Scala into Vim - not a ton here, but useful for me.

http://derekwyatt.org


Languages

Language:Vim Script 83.8%Language:Scala 16.2%