Skip to content
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

fix(luals): plugin name detection of symlinked plugins #140

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

mrcjkb
Copy link
Contributor

@mrcjkb mrcjkb commented Mar 11, 2023

Fixes #139.

When plugins on the packpath are symlinks (which is the case when using a NixOS Neovim module), the plugin names may not be properly detected.

This fixes that by using the symlinked path, not the real path, to detect the plugin name.

Fixes folke#139.

When plugins on the packpath are symlinks (which is the case
when using a NixOS Neovim module), the plugin names may not be
properly detected.

This fixes that by using the symlinked path, not the real path,
to detect the plugin name.
@folke folke merged commit a60eaee into folke:main Mar 12, 2023
@folke
Copy link
Owner

folke commented Mar 12, 2023

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symlinked plugins not added to lua_ls library path on NixOS
2 participants