Results 6 comments of Furkan Sahin

Same issue here. I don't want to install `npm` just to download a language server

> > Same issue here. I don't want to install `npm` just to download a language server > > so what are you doing to get lsp? I stopped using...

@vhyrro hey any progress on this? I could try and take a look if you have some changes.

> I'm not sure what the differences are between LuaRocks and the normal way of installing plugins via e.g. lazy.nvim I should have included a [link to the blogpost](https://mrcjkb.dev/posts/2023-01-10-luarocks-tag-release.html) that...

I see that the current packager-agnostic installation script [installs](https://github.com/nvim-neorocks/rocks.nvim/blob/3218e4f9b980f0831fd93f6006cc5a1e0af87473/installer.lua#L377C1-L377C78) "rocks-binaries" from github.io. Should the PKGBUILD install `rocks-nvim` from 1. github.io 2. github source (eg `source=("git+$url.git#tag=v$pkgver")` ) 3. luarocks through the...

Also why don't we use the neovim standard path `site/pack`?