Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alopatindev/scala-vim-project-template
Scala/Java project template for dedicated Vim users
https://github.com/alopatindev/scala-vim-project-template
autocomplete eclim scala template vim
Last synced: 27 days ago
JSON representation
Scala/Java project template for dedicated Vim users
- Host: GitHub
- URL: https://github.com/alopatindev/scala-vim-project-template
- Owner: alopatindev
- Created: 2015-03-15T04:05:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T17:23:32.000Z (over 9 years ago)
- Last Synced: 2024-05-21T05:12:45.721Z (6 months ago)
- Topics: autocomplete, eclim, scala, template, vim
- Language: Shell
- Size: 305 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scala-vim-project-template
======================Scala/Java project template for dedicated Vim users.
![Vim](screenshot.png)
Dependencies
------------
- vim
- [eclim](http://eclim.org/install.html)
- scala
- sbtHow to use
------------
1. Rename current directory to some good project name
1. Put the same project name into **build.sbt**
1. ./configure.sh
1. Enjoy. Type something and try **C-x C-u** for autocompleteLicense
-------
Copyright (C) 2015 Alexander LopatinThis work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. The details are below:
> DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
> Version 2, December 2004
>
> Copyright (C) 2004 Sam Hocevar
>
> Everyone is permitted to copy and distribute verbatim or modified
> copies of this license document, and changing it is allowed as long
> as the name is changed.
>
> DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
>
> 0. You just DO WHAT THE FUCK YOU WANT TO.