vim.pack compatibility / neovim 0.12? #563
Unanswered
helmingstay
asked this question in
Q&A
Replies: 2 comments
|
Hi there is an an example repository of config for R.nvim. https://github.com/R-nvim/R.nvim-config-examples This includes an example using pack. |
0 replies
|
Thanks, @jasonpott ! Some notes:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm setting up Neovim for the first time with the specific goal of improved R functionality. I found tutorials for neovim 0.12 use
vim.pack, the new internal package manager, and docs advising against mixingvim.packwith another package manager (ref: https://echasnovski.com/blog/2026-03-13-a-guide-to-vim-pack). I tried installing R.nvim just to see what happened: not working.I'm wondering if there are there any plans for R.nvim to support vim.pack. Given that my primary goal is R functionality, should I just use lazy.nvim for the time being?
Thanks!
All reactions