-
-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Labels
questionUser has a questionUser has a question
Description
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Diagnostics/Syntax Checking
Expected Behaviour
I expected ignoring symlinks.
Actual Behaviour
I have a plugin I'm developing on my machine and I'm using Packer (plugin manager) to install the plugin in a plugins directory. Local plugins are just symlinked. This causes the diagnostics to warn about duplicates in every single annotation.
If I remove the symlink diagnostic stop spamming warnings.
Reproduction steps
- Install latest stable neovim
- Install Packer or, I think, any other plugin manager
- Install local plugin via plugin manager
use("~/path_to_plugin") - Open any file which contains annotations
- See warnings
Additional Notes
No response
Log File
No response
adamnejm
Metadata
Metadata
Assignees
Labels
questionUser has a questionUser has a question

