https://github.com/lambdalisue/vim-nodeunit
Vim compiler for nodeunit.js
https://github.com/lambdalisue/vim-nodeunit
Last synced: 8 months ago
JSON representation
Vim compiler for nodeunit.js
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-nodeunit
- Owner: lambdalisue
- Created: 2011-10-12T10:18:09.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-12T10:41:23.000Z (about 14 years ago)
- Last Synced: 2025-04-28T12:09:02.302Z (8 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=3843
- Size: 83 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
************************
nodeunit.vim
************************
A simple compiler for executing nodeunit_ on VIM. Useful to use with vim-makegreen_
See http://blog.staz.be/?post/2010/09/04/Python-unit-test-and-vim for how to use this compiler with vim-makegreen_. It is not exactly its tutorial but really compatible.
.. _nodeunit: https://github.com/caolan/nodeunit
.. _vim-makegreen: https://github.com/reinh/vim-makegreen
how to install
============================
use vundle_ or pathogen_ is recommended or simply extract to your vim directory
.. _vundle: https://github.com/gmarik/vundle
.. _pathogen: http://www.vim.org/scripts/script.php?script_id=2332
and write the following code to your ``ftplugin/javascript.vim`` or ``ftplugin/coffee.vim``::
set compiler=nodeunit