nvim-neorocks / nurr

A repository for hosting auto-generated Neovim plugins and tree-sitter parsers for Luarocks.
MIT License
28 stars 3 forks source link

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

Closed mikavilpas closed 2 months ago

mikavilpas commented 2 months ago

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 (https://github.com/mikavilpas/yazi.nvim/issues/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.

teto commented 2 months ago

there is https://github.com/nvim-neorocks/nurr/pull/13 that should fix the workflow

mikavilpas commented 2 months ago

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

👍🏻

teto commented 2 months ago

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