Replies: 1 comment 1 reply
-
|
Hi @surmish, for adding paths to alternatively, I've seen setups more similar to this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to pass an
INCpath toperlnavigatorwhen it is attached to my buffer inneovim. Any hints on how to go about this? The following doesn't work.{ "neovim/nvim-lspconfig", -- ---@class PluginLspOpts opts = { servers = { perlnavigator = { perlArgs = { "-I/home/urmishs/lib/perl5" } }, }, }, },The
nvim-lspconfigserver configuration is as follows:I use
MasonInstall perlnavigatorandLazyVimdistro if that helps.Beta Was this translation helpful? Give feedback.
All reactions