sponsor Vim development Vim logo Vim Book Ad

liftweb.vim : A plugin for vim to ease navigation for projects that use the Lift framework.

 script karma  Rating 0/0, Downloaded by 838  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).
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
liftweb-vim.tar.gz 1.2.1 2013-12-07 7.0 Antonio Salazar Cardozo Added Lboot, Ljavascript, Lcss, and Lsass commands. Also fixed Llib completion and added Llib to list of supported commands.

Fixed archive to be a proper tar.gz archive.
liftweb-vim.tar.gz 1.2 2010-12-17 7.0 Antonio Salazar Cardozo Added Lboot, Ljavascript, Lcss, and Lsass commands. Also fixed Llib completion and added Llib to list of supported commands.
liftweb-vim.tar.gz 1.1 2010-02-06 7.0 Antonio Salazar Cardozo Added correct vim script id for GetLatestVimScripts configuration.
liftweb-vim.tar.gz 1.0 2010-02-06 7.0 Antonio Salazar Cardozo Initial upload
ip used for rating: 18.216.94.152

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github