Script Roundup: tips.vim, vim-brunch

Send in your Vim scripts for review through our contact form or @vimnews.

tips.vim

tips.vim (GitHub: yesmeck / tips.vim) by Wei Zhu is a small Ruby-based script that displays tips when Vim is launched. Tips are displayed in the status line, and :NextTip will show another one.

The tips are downloaded from the vim-tips.org site, which allows tips to be posted and commented on.

vim-brunch

vim-brunch (GitHub: drichard / vim-brunch) by David Richard is a vim-rails-inspired project management plugin for the HTML5 app development library, Brunch. It works a lot like vim-rails, for example, :Bmodel opens a model, and :Bcontroller opens a controller. It can be used to automate most (if not all) of Brunch development without leaving Vim.

blog comments powered by Disqus