antosha417 / nvim-lsp-file-operations

Neovim plugin that adds support for file operations using built-in LSP
Apache License 2.0
271 stars 16 forks source link

Feat: support telescope-file-browser.nvim #33

Open chaozwn opened 3 months ago

chaozwn commented 3 months ago

first of all, appreciate your efforts. you know, some people don't like Nviem-tree and want to go straight to telescope file-browser.

antosha417 commented 3 months ago

@chaozwn thank you for your feedback! We already have integrations with Neo-tree and Nvim-tree. I'm more than happy to add other integrations as well. PRs are always welcome!

Would you like to work on this? If so I'm happy to help if you have any questions.

chaozwn commented 3 months ago

@chaozwn thank you for your feedback! We already have integrations with Neo-tree and Nvim-tree. I'm more than happy to add other integrations as well. PRs are always welcome!

Would you like to work on this? If so I'm happy to help if you have any questions.

Thanks for your reply. I have read the implementation of telescope-file-browser, and we may need to make some changes.