qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.61k stars 218 forks source link

VimR 0.45 is unable to load treesitter parsers and throwing errors (ENAMETOOLONG and vim.lsp) #1020

Closed nmder closed 7 months ago

nmder commented 7 months ago

Hi,

Thank you for the great work!!

The recent VimR release is throwing errors after loading (vimr.txt). The startup is completely fine for nvim 0.10-dev-.... So, I suppose it's a VimR issue.

The only thing I could somewhat understand was the ENAMETOOLONG error which refers to compiled lua caches. This prevents the loading of treesitter parsers I suppose. As such, vim.lsp also was not loaded I think.

Hope this is enough information.

Thanks!!

nmder commented 7 months ago

Issue with the base nvim checkpoint.. The nightly version is working..