Closed pianocomposer321 closed 1 year ago
Never mind, I think it was a problem with cacheing. Deleteing ~/.local/state/nvim
and reinstalling fixed it.
Hey @folke, do you think this should be documented at all? I think the issue occurred either because I was useing packer.nvim before, or because I was using impatient.nvim before. Both of those are things that you could reasonably expect to be the case for people switching to this plugin, so I would assume that someone else will run into this issue at some point in the future.
It was a bug in the cache. Has been fixed in the meantime
I'm hitting this issue too. Removing ~/.local/state/nvim
didn't fix the issue.
@lewis6991 do you have a packer compiled file lingering around? What is the error you get?
I'm hitting this issue too. Removing
~/.local/state/nvim
didn't fix the issue.
delete origin treesitter dir in plugged fix it for me
Describe the bug A clear and concise description of what the bug is.
Which version of Neovim are you using? Neovim 0.8.1
To Reproduce I'm using the following config:
plugins.lua:
config/nvim-treesitter.lua:
Expected Behavior When I open a *.lua file, it should install the grammar the first time. Then subsequent times opening the same file (or even just
:e<CR>
, it should not reinstall it, and it should detect and use the grammar for the colorscheme.