moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Rudimentary support in CoffeeScript files #14

Open jshafton opened 9 years ago

jshafton commented 9 years ago

This does does a simple check of a global var to determine if the user wants vim-node support in CoffeeScript files. If so, it allows the regular gf handling of the the plugin to be used in CoffeeScript files. It does not check modules for Coffee files; that just uses the existing Javascript handling.