-
When I use lazy.nvim I use lazydev to get completions for I'm unable to use lazydev with rocks.nvim, and I'm wondering what you use instead? @vhyrro seems to have lazydev installed anyway, but I'm really not sure how the plugin is doing anything for him. There's a possibility that I'm configuring lazydev wrong I guess. But this section from lazydev's "requirements" makes me think that the plugin just won't work with rocks.nvim.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
rocks.nvim creates symlinks in the packpath, so it works with things that rely on neovim's native packaging system. Are you using nvim-lspconfig?
I can try it out later. Personally, I use this. But it uses Nix and I don't care about lazily updating the workspace libraries. |
Beta Was this translation helpful? Give feedback.
rocks.nvim creates symlinks in the packpath, so it works with things that rely on neovim's native packaging system.
Are you using nvim-lspconfig?
If not, there's also this:
I can try it out later.
Personally, I use this. But it uses Nix and I don't care about lazily updating the workspace libraries.