Replies: 1 comment 1 reply
-
It should find the plugins relative to the Neovim that is actually being run. So, if you run It also works the other way: if you opened your main config using your test config, it would use the test config for the runtime. |
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.
-
I apologize If this question is stupid but I can't figure out how to configure Lazydev and LuaLS in a scenario such as:
I'm working IN:
NVIM_APPNAME=nvim/main
/opt/nvim/main/bin/nvim
~/.config/nvim/main/
~/.local/share/nvim/main/lazy/
I'm working ON:
NVIM_APPNAME=nvim/test
/opt/nvim/test/bin/nvim
~/.config/nvim/test/
~/Projects/nvim-test-config/
~/.local/share/nvim/test/lazy/
The problem I'm encountering is that Lazydev and LuaLS provide completion and diagnostics for the plugins and runtime library of the main NVIM instead of the plugins and runtime library of the test NVIM.
Beta Was this translation helpful? Give feedback.
All reactions