Top "Vim-plugin" questions

The Vim text editor is extensible through plugins, which can be categorized into general utilities, color schemes, file type-specific settings, and syntax definitions.

Vim color scheme overriding the background settings in Gnome Terminal

I have set my gnome-terminal's background to dark-blue, with a bit of transparency so I can see the underlying webpages …

vim vim-plugin
Vundle for VIM is not working on Ubuntu

I installed Vundle via the instructions given at this blog http://web.archive.org/web/20120731003342/http://www.charlietanksley.net/philtex/…

plugins vim vim-plugin
vim: Open tag in new tab

Is there a plugin or script to open ctags entries in a new tab? I'd like to put my cursor …

vim vim-plugin
How can I do quick searching in NERDTree?

Is it possible to do searching in NERDTree window by the filenames and file content?

vim nerdtree vim-plugin
Installing NERDTree on Windows

I'm trying to install NERDTree (the Vim plugin) on Windows 7. I created a .vim directory on my user folder (C:/…

windows vim nerdtree vim-plugin
How can I get gVim (Windows) to use "home\.vim" for my plugins?

I have a Desktop running Windows 7, and a Macbook Pro running Mountain Lion. I use gVim and MacVim respectively. I …

windows vim vim-plugin
Execute <Plug> commands in vim

I've recently found a vim plugin using something called <Plug>. For example there is a command <Plug&…

vim vim-plugin
Vim plugin for Netbeans IDE

I have found a couple of Vim plugin for Eclipse, but some computers have performance issues with Eclipse. So, what …

vim netbeans ide vim-plugin
Installing ctrlp in VIM using vundle

I'm using vundle as my plugin manager for vim. However I'm having trouble installing ctrlp plugin. When I execute :BundleInstall …

vim vim-plugin vundle ctrlp
Installing pathogen vim plugin on Windows

I was going to install the pathogen plugin in GVIM for windows but the instructions say to install in the \…

windows vim vi vim-plugin pathogen