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.

Automatic closing brackets for Vim

Is there any WORKING plugin for Vim 7.4 that would automatically close brackets ('{}', '[]', '()') and maybe …

vim vim-plugin brackets
Add GoLang syntax highlighting for VIM

I'm trying to add Go language syntax highlighting to VIM on ubuntu with resources and direction supplied here http://go-lang.…

vim go vim-plugin vim-syntax-highlighting
Pathogen does not load plugins

Pathogen does not work for me. I am following Adam Lowe's hints posted here (and few more) without any success... …

vim vim-plugin
How to use vim (key-bindings) with Visual Studio Code vim extension

I just started using Visual Studio Code and think it's really great. Also installed the vim extension, but I'm struggling …

vim visual-studio-code vim-plugin
set vim background transparent

I am using the Matrix colorscheme along with CSApprox for my terminal vim. I can not seem to be able …

matrix vim terminal vim-plugin color-scheme
Package(Plugin) Management for Vim

Emacs 24 looks like it will have a package manager. What package management options are there for Vim?

vim packages vi vim-plugin package-managers
How to write a VIM color scheme?

I have been looking around for VIM color schemes and found some great ones out there (esp. by using http://…

vim vi vim-plugin
Two basic questions with NERDTree — switching windows and finding files

I am using vim with NERDTree to develop, but not good at it. I have two questions with NERDTree: How …

vim nerdtree vim-plugin
How to install a Vimball plugin (with .vba extension)?

How to install a Vimball plugin (with .vba extension)? The documentation just says: install details Edit the vba file and …

vim vim-plugin
Vim Error E492 - Not an editor command: PluginInstall

I am trying to install Vundle on my Macvim. I followed the following link to get Vundle. I also configured …

macos vim-plugin vundle