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(lexical): lexical root directory config #3055

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

TunkShif
Copy link
Contributor

@TunkShif TunkShif commented Mar 5, 2024

Should prefer a directory with mix.exs file as the lsp root directory.

If we have a mix project in a sub-folder of a git repo like this

. git_repo/
├── .git/
├── mix_project/
│   └── mix.exs
└── other_project/

The root directory should be mix_project rather than gir_repo, or the lexical lsp won't recognize the project correctly.

@TunkShif TunkShif requested a review from glepnir as a code owner March 5, 2024 12:35
@glepnir glepnir merged commit d006e0c into neovim:master Mar 6, 2024
9 checks passed
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.

2 participants