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

FEATURE: Add support for lsp related file operations #1050

Open
1 task done
ghostbuster91 opened this issue Jul 13, 2023 · 5 comments
Open
1 task done

FEATURE: Add support for lsp related file operations #1050

ghostbuster91 opened this issue Jul 13, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@ghostbuster91
Copy link
Contributor

Did you check the docs?

  • I have read all 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

@ghostbuster91 ghostbuster91 added the enhancement New feature or request label Jul 13, 2023
@nhat-vo
Copy link
Collaborator

nhat-vo commented Jul 19, 2023

If I'm not wrong then this is similar to #593, is that correct?

@ghostbuster91
Copy link
Contributor Author

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.

@cseickel
Copy link
Contributor

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.

@cseickel
Copy link
Contributor

I just submitted a PR to add Neo-tree support to nvim-lsp-file-operations:
antosha417/nvim-lsp-file-operations#14

@cseickel
Copy link
Contributor

That PR was merged, but I will leave this issue open as a reminder to mention it in our README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants