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 To Highlight The "->" Symbol In My Coffee.vim Syntax File?

I just copied javascript.vim into coffee.vim now coffee files are highlighted like js files. Now I … Read more How To Highlight The "->" Symbol In My Coffee.vim Syntax File?

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