-
Notifications
You must be signed in to change notification settings - Fork 18
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
New integration from yazi.nvim 👋🏻 #35
Comments
Hi! Thanks for reaching out and for using the plugin. I've looked through your pr briefly, One concern that I have is calling both
Same applies for renaming files. Regarding initialization logic, you can set config values that you need. If there is something missing I'm always open for new prs. If the current event-based integration meets your needs without any issues you are good to go. As for importing internal modules like Thanks for packaging the plugin into Luarocks! Feel free to reach out if you have any more questions or need further assistance. |
Thanks for the feedback. I'll try to see if I can avoid issues with calling both The use case I have with yazi (the terminal file manager) is currently not fully compliant with the LSP specification, I think. This is because the renaming is done by yazi before I can send that Currently I don't have a way to improve it, but I might have a way in the future. Right now my idea is to have a "50% solution" that will help in some cases and just accept that some LSPs cannot be supported. One thing I could ask for help for though is the possibility for adding versioned releases to nvim-lsp-file-operations. It was suggested as a potential solution to me in nvim-neorocks/nvim-busted-action#4 (comment). Right now the nvim-lsp-file-operations luarocks package is published as an There is an ongoing issue where the unit testing github action that I depend on doesn't seem to be able to fetch development versions of luarocks. In my plugin I am using https://github.com/marketplace/actions/release-please-action, but my guess is the logic for determining the version number looks for git tags in the form of |
Hi! I am working with a neovim plugin for a terminal file manager. I added support for renaming and deleting files using your implementation (love it).
I was wondering if you could skim over my implementation here mikavilpas/yazi.nvim#190
lsp-file-operations.did-rename
etc.)? Or should this be done some other way? I am not sure if you consider them a part of your stable, public API.Also, I asked for your plugin to be packaged into luarocks here nvim-neorocks/nurr#14 so that I can depend on it from my continuous integration test suite.
The text was updated successfully, but these errors were encountered: