R-nvim / R.nvim

Neovim plugin to edit R files
GNU General Public License v3.0
129 stars 15 forks source link

MACOS: [Server] Error opening '/opt/homebrew/lib/R/4.3/site-library/00LOCK-commonmark/DESCRIPTION' #81

Closed JulianDicken closed 3 months ago

JulianDicken commented 3 months ago

Any idea what's causing this ? Have not used Neovim or macOS much so im not sure where to look to fix this :)

jalvesaq commented 3 months ago

Please, search "R 00LOCK" on the web. You probably should delete the directory.

jalvesaq commented 3 months ago

The only package that R.nvim installs is nvimcom and it has no dependency. So, commonmark is probably a package or a dependency of a package you have attempted to install yourself.

jalvesaq commented 3 months ago

Anyway, thank you for reporting the issue. I will make R.nvim skip the 00LOCK directory.