2,458 questions
3
votes
2
answers
11k
views
vim plugin for node.js programming and syntax highlighting? (and how)
in the case of javascript syntax highlighting, I just had to download javascript.vim file and place the file in the corresponding folder, and vim would automatically make syntax highlighting when I ...
2
votes
3
answers
3k
views
Folders not opening in NERDTREE in VIM
I am using VIM version 7.3 and I installed NERDTree plugin.
The issue I am facing is that when in run VIM, NERDTree doesn't open by default although it should with the settings below.
Also a more ...
31
votes
3
answers
5k
views
Search vim help for subject under cursor
While working with some Vim scripts, I found myself typing
:help {subject}
quite a bit. I want CTRL+] (jump to definition of keyword under cursor) functionality, but instead of running :tag {ident} I ...
35
votes
7
answers
27k
views
VIM textwidth has no effect
This feels like a dumb question, but I can't find an answer on the Internet (or in VIM help). I'm using VIM 7.2 on Mac OS X. All I want to do is wrap my lines at 72 characters, but doing
:set ...