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

feat: add nvim-lsp-file-operations plugin #14

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

mikavilpas
Copy link
Contributor

The project's readme reads:

Neovim plugin that adds support for file operations using built-in LSP

nvim-lsp-file-operations is a Neovim plugin that adds support for file
operations using built-in LSP support. This plugin works by
subscribing to events emitted by nvim-tree and neo-tree. But other
integrations are possible.

https://github.com/antosha417/nvim-lsp-file-operations

Note that while the project's readme specifies other dependencies besides plenary.nvim, it seems they are actually optional and not strictly required.

I'm working on adding a new integration to this project from my own project to help achieve a more stable LSP integration (mikavilpas/yazi.nvim#80). Since I added luarocks support to my project a while ago, I would love to be able to support users preferring luarocks for their plugin management.

The project's readme reads:

> Neovim plugin that adds support for file operations using built-in LSP
>
> nvim-lsp-file-operations is a Neovim plugin that adds support for file
> operations using built-in LSP support. This plugin works by
> subscribing to events emitted by nvim-tree and neo-tree. But other
> integrations are possible.
>
> https://github.com/antosha417/nvim-lsp-file-operations

Note that while the project's readme specifies other dependencies
besides plenary.nvim, it seems they are actually optional and not
strictly required.
Copy link
Member

@mrcjkb mrcjkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@teto have you fixed the issues with dependencies?

@teto
Copy link
Member

teto commented Jul 13, 2024

there is #13 that should fix the workflow

@mrcjkb mrcjkb merged commit b12a4f8 into nvim-neorocks:main Jul 13, 2024
2 checks passed
@mikavilpas mikavilpas deleted the add-nvim-lsp-file-operations branch July 13, 2024 19:38
@mikavilpas
Copy link
Contributor Author

Thanks so much! Looks like the rock can now be found here https://luarocks.org/modules/neorocks/nvim-lsp-file-operations

👍🏻

@teto
Copy link
Member

teto commented Jul 14, 2024

I am a big fan of yazi and have been curious to test yazi.nvim so helping youy helps me and FOSS wins \o/

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

Successfully merging this pull request may close these issues.

3 participants