-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about the configuration #3
Comments
Please try my own repo: https://github.com/WolfgangMehner/perl-support Do the keybindings work with my repo? |
Thanks, now it works, not with my defined leader key, but only with \ Another problem is that vim (or this plugin) doesn't use the perl version that is normally loaded with terminal, and that I've installed with perlbrew, but an ancient version that come with ubuntu. |
The mapleader can be set for Perl-Support specifically, using the configuration variable
As a fallback, |
The executable can also be configured. Does this work?
You may also compare this discussion: WolfgangMehner/vim-plugins#11 On the other hand. the perlbrew issue comes up from time to time. Is there a way to reliably detect the perlbrew installation under Linux and obtain its values for the executable (and modules, ...)? |
Thanks for helping abut the leader, but still I can't figure out the perl path... |
perlbrew updates the user's PATH environment variable. I'm not very knowledgable in vimscript and don't know how it would be implemented. But the implementation should be equivalent to which command or the bash shebang handling of "#!/usr/bin/env perl". HTH lbe |
Let's debug this, so we start with the obvious.
The default should be |
Hello, it seems to work under linux. I've just updated the perl in use using perlbrew. |
Hello, I'm having some problems with vim 8: I've installed it with this vimrc line, but none of the keybindings work:
Plug 'https://github.com/vim-scripts/perl-support.vim'
Instead of using my defined leader key, it uses \
Furthermore vim (or this plugin) doesn't use the perl version that is normally loaded with terminal, and that I've installed with perlbrew, but an ancient version that come with ubuntu.
The text was updated successfully, but these errors were encountered: