-
Notifications
You must be signed in to change notification settings - Fork 177
Workspace folders #172
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
Workspace folders #172
Conversation
…t_clients(() to new api
….buf_get_clients(() to new api
|
@ahmedkhalf I think this is about ready, let me know what you think of the change |
1ac8fa7 to
96cccd7
Compare
|
It seems that the author is not actively working on this project (The last commit in the main branch is from the last year). |
|
I have for now used @kkrime their branch in my nvim config. Seems to work as intended. Thanks for the work 🙏 |
|
@ansidev @robinknaapen this is a better fix https://github.com/ahmedkhalf/project.nvim/pull/147/files, but it's missing code to cover a corner case. I'm going to add the extra code to cover the corner case in the next few weeks, I'll post here once I've done it and tested it. Once it's done I recommend you use it instead of this fix, but you can use this fix for the time being, it'll work. |
|
Thanks for the heads up, I'll watch that pull as well. And ofc @ahmedkhalf thanks for the contribution as well 🙏 |
|
@kkrime Currently, I forked this repository to https://github.com/ansidev/project.nvim. Could you please create another pull request there? I will have a look at it! |
|
@ansidev fo sure, it won't be any time soon, but I'll definitely keep you posted when I'm done |
|
@robinknaapen @ansidev , use this: #178 |
Adding workspace folder lsp support to project.nvim
Related issue #169
Related PR #170