Skip to content Skip to sidebar Skip to footer
Showing posts with the label Vim

Vim Plugin To Generate Javascript Documentation Comments

Is there a plugin for vim, somewhat like Jsbeautify, which automatically generates JavaDoc like com… Read more Vim Plugin To Generate Javascript Documentation Comments

Useful Vim Plugins For Web Development And Design (php, Html, Css, Javascript)?

Right now I'm using surround.vim to enclose text in HTML tags, and a plugin that highlights tex… Read more Useful Vim Plugins For Web Development And Design (php, Html, Css, Javascript)?

How Do I Enable Automatic Folds In Vim?

How do I enable automatic folding in Vim? set foldmethod=syntax doesn't seem to do much of any… Read more How Do I Enable Automatic Folds In Vim?

Writing A Git Post-commit File In Node.js

I'm trying to write a git post-commit file in node.js and I'm having trouble. The file seem… Read more Writing A Git Post-commit File In Node.js