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

feat: allow root_dir conflict resolution in config #41

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
Copy link
Contributor

github-actions bot commented Jul 6, 2024

This PR is stale because it has been open 60 days with no activity.

@github-actions github-actions bot added the stale label Jul 6, 2024
@folke
Copy link
Owner

folke commented Jul 7, 2024

You can just override it now: 197c17a

@folke folke closed this Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants