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.

Plugins in gVim not working

I need help in installing some of the popular plugins in Vim. I just started learning this editor and is …

vim vim-plugin
Vim airline branch not showing

I've installed bling/vim-airline hoping I could have that cool branch name in my status bar. I followed the instructions …

vim vim-plugin vim-fugitive vim-airline
Please explain Vim's configuration directories hierarchy

I am trying to update my Vim configuration scripts. There are a number of sub-directories in my ~/.vim directory and …

vim vim-plugin
Debugging Vim plugins with call traces

What is the preferable, general method of debugging/tracing vim plugins ? Suppose I have got a fairly sophisticated plugin Foo, …

vim vim-plugin
how to add include path for language servers in coc-settings.json file?

I am using neovim plugin "coc-nvim", as the IntelliSense tool for C/C++. as I know this plugin is actually …

c++ c vim-plugin neovim clangd
Add syntax highlighting to certain file extensions for VIM or GVIM by default

In my Linux machine files with the .sv extension opens up by default with the verilog syntax highlighting scheme, however …

vim vim-plugin vim-syntax-highlighting
How can I make VIM play typewriter sound when I write a letter?

After a lot of writing in Q10 on Windows, I got used to the typewriter sound it makes every time …

linux vim vim-plugin
VimL: Checking if function exists

right now I'm cleaning up my .vimrc file to make sure it's compatible on most systems. In my statusline I …

vim vim-plugin
Vim completion with YouCompleteMe on windows

I am desperately trying to get YouCompletMe working on windows, the author clearly says that there is no official support …

c++ vim vim-plugin
YCM does not find my headers?

I have the following folder structure: . ├── include │   └── ctset │   ├── hashtable.h │   └── set.h └── src └── hashtable └── hashtable.c And in hashtable.c …

python c vim header-files vim-plugin