liftweb.vim : A plugin for vim to ease navigation for projects that use the Lift framework.
script karma |
Rating 0/0,
Downloaded by 1067 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Antonio Salazar Cardozo |
|
script type |
utility |
|
description |
A plugin for vim to ease navigation for projects that use the Lift Scala web
framework. Heavily inspired by the awesome that is Tim Pope's rails.vim (at
http://rails.vim.tpope.net/) .
Currently provides a few commands:
* :Lmodel, Lsnippet, Lactor, Lcomet, Llib -- all take a class name and take you to
the appropriate associated file
* :Lview -- takes a class name and takes you to the appropriate view file
* :Lspec or :Ltest -- when called from a class (e.g., GroupSnip), takes you to
the associated test file (GroupSnipTest)
* :Lclass -- the opposite of Lspec, takes you to the class for the current test
* :Lboot -- takes you directly to Boot.scala
* :Lcss, Ljavascript, Lsass -- takes a filename and takes you to the appropriate file
All commands are properly autocompleted.
The github repository for this lives at http://github.com/Shadowfiend/liftweb-vim/ ;
please file bugs at http://github.com/Shadowfiend/liftweb-vim/issues . |
|
install details |
Just copy the files to the appropriate locations in ~/.vim and open a scala file in your Lift project and you're ready to rock.
Alternatively, use Tim Pope's pathogen.vim (http://www.vim.org/scripts/script.php?script_id=2332 ) and put this plugin's files in ~/.vim/bundle/liftweb-vim/ (or extract the tarball directly there). |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.148.247.50
|