vim-plugins icon indicating copy to clipboard operation
vim-plugins copied to clipboard

Vim plug-ins which offer support for various programming languages.

Results 23 vim-plugins issues
Sort by recently updated
recently updated
newest added

# vim Makefile and i input \nr will import codesnippets makefile , the vim tip e486 error i think this error is "n" like vim find next key

[dein] Vim(helptags):E154: Duplicate tag ":CMake" in file /home/solaraquarion/.cache/vim/dein/.cache/init.vim/.dein/doc/tool boxcmake.txt

I'm trying to edit the c.idioms.template file that I have sourced. I can make changes and see them applied, except for the `return` statement. It always gets pushed further in...

question

I have installed this plugin (5.5alpha) with vim-plug plugin manager. My vim version is 8.1.2130. The operating system is AIX. The perl version is 5.14.2. When I open a Perl...

question

We already can jump to error place in the script. But it would be fine if we could have also call stack in QuickFix window. That way we could jump...

enhancement

Hi, i have two questions. 1) Gvim related - it's possible to bind any key to open Bash support menu? Have been searching for two days and alt+b doesn't work....

question

Since I updated to perl-support version 5.3.2 I get lots of spurious warnings from some `use`d modules when running the perl-support syntax check: ``` vimL Pairwise.pm|26| Useless use of a...

bug
enhancement

This is actually a suggestion for improvement. While using Perlbrew, it would be much better to have the following code in the .vimrc: ``` " Enable perlbrew path if has("gui_running")...

enhancement

Hi, getting a list of function calls, with possibility to jump to any, would be extremely useful. I didn't find any software capable of doing this. Is it even exists,...