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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: allow root_dir conflict resolution in config #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GuillaumeLagrange
Copy link

Hello,

First of all thank you for the plugin which is working wonderfully well and solves an immense pain of working with nvim in a vs code world.

While working in a Rust monorepo, my workspace root_dir is set to ${REPO_ROOT}/.cargo/workspace, while the root dir for some crates is ${REPO_ROOT}/path/to/crate.

If the path/to/crate is shorter than .cargo/workspace, neoconf resolves the root dir as .cargo/workspace since it is longer. This is not a desired behavior on my end, since the monorepo is very large and rust-analyzer commes with insane behavior on startup for large code base.

This PR aims to make the conflict resolution performed in neoconf/util.lua.

Don't hesitate to tear the code a new one, this is my first lua PR, and I find the code in this plugin quite complex 馃槄

Cheers

@GuillaumeLagrange GuillaumeLagrange force-pushed the feat/allow-root-dir-conflict-resolution branch from aeb9bee to 3e545e1 Compare October 2, 2023 12:46
@GuillaumeLagrange GuillaumeLagrange force-pushed the feat/allow-root-dir-conflict-resolution branch from 3e545e1 to 7f90b0e Compare October 14, 2023 04:16
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.

None yet

1 participant