Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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