-
Notifications
You must be signed in to change notification settings - Fork 250
FEATURE: Add support for lsp related file operations #1050
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
Comments
If I'm not wrong then this is similar to #593, is that correct? |
Not really, the one that you mentioned is about displaying workspace symbols on a tree while this one is about performing some lsp-based refactorings when filesystem tree is modified. I forgot to link but this has been already implemented for nvim-tree here https://github.com/antosha417/nvim-lsp-file-operations and the readme there does probably a better job explaining that feature. |
It is kind of a duplicate of #47. I've been using the solution posted by @Gelio in this comment and it has worked great for typescript files, but it would definitely be better to natively integrate with nvim-lsp-file-operations as an official solution. |
I just submitted a PR to add Neo-tree support to nvim-lsp-file-operations: |
That PR was merged, but I will leave this issue open as a reminder to mention it in our README. |
Did you check the docs?
Is your feature request related to a problem? Please describe.
Example feature:
Describe the solution you'd like.
Integrate with nvim-lsp-file-operations, which is a Neovim plugin that adds support for file operations using built-in LSP support.
Describe alternatives you've considered.
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: