vim-plugins
vim-plugins copied to clipboard
Vim plug-ins which offer support for various programming languages.
# 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...
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...
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...
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....
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...
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")...
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,...