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.

Refactoring C/C++ in Vim (e.g. method extraction like in Eclipse)

Are there any plugins or built-in methods in Vim for performing refactoring on C or C++ code, something like the …

c eclipse vim refactoring vim-plugin
How to Install Vim Plugins in a Windows Environment

I am just getting started with Vim and setting up the environment with some of the plugins recommended by http://…

windows vim vim-plugin
Is better way to zoom windows in Vim than ZoomWin?

I used to use ZoomWin: https://github.com/vim-scripts/ZoomWin for toggle between one and multiple windows in Vim. But …

vim zoom vim-plugin
How to install vim plugin under cygwin?

I installed a cygwin on my windows machine. There isn't a .vim directory in my cygwin home directory. How to …

vim cygwin vim-plugin
Vim Python indentation not working?

I have Vim 7 (enhanced) on CentOS 5, and it comes with all the usual Vim plugins/scripts ready to go. $ find /…

python vim vim-plugin
Vim CtrlP Plugin: Manually set root search directory?

I have read through the docs but cannot figure out if this is possible. I want to keep the default …

vim vim-plugin
how to scroll faster in vim

Scrolling while keeping j or k pressed is too slow. Doing 10j multiple times isn't ideal either. How can I …

vim vim-plugin
switching between tabs in vim with vim-airline

I am using vim-airline plugin which works pretty good however, the only way to switch between tabs is to user :…

vim plugins vim-plugin vim-airline
vim-airline: what is "! trailing[1]"

At the right of my vim-airline display, I have ! trailing[1]. I'm assuming this means trailing whitespace of some sort, but …

vim vim-plugin vim-airline
How can I use vim plugins with Ideavim?

I would like to use Tim Pope's vim surround plugin in my Pycharm IDE. I've been using the IdeaVim plugin …

vim intellij-idea pycharm vim-plugin ideavim