vimr icon indicating copy to clipboard operation
vimr copied to clipboard

vimr is not loading nvim-treesitter even though I use neovim nightly build

Open rasivasu opened this issue 4 years ago • 3 comments

I am getting the following error

image

rasivasu avatar May 26 '21 04:05 rasivasu

I created soft links at a few places vimr is looking for query.lua but the editor is not picking up the file. In my mac, query.lua is available at the following location:

~/.local/share/nvim/plugged/nvim-treesitter/lua/nvim-treesitter

rasivasu avatar May 26 '21 04:05 rasivasu

Duplicate of #846

(VimR does not use your system neovim but links against its own "libnvim". There's nothing you can do until @qvacua releases a new snapshot built with a more current version of neovim master.)

clason avatar May 26 '21 07:05 clason

Neovim 0.5.0: https://github.com/qvacua/vimr/releases/tag/snapshot%2F20210703.151310

Does this one work out?

MindTooth avatar Jul 04 '21 14:07 MindTooth