Closed alexzanderr closed 3 years ago
What's your Neovim version? Note only 0.5.x and latest master is supported.
NVIM v0.6.0-dev+402-g655e489e9
; and i used this version before and it working with impatient with no problem.
That version is not supported. Please update to 0.5.x or master with SHA newer than a141f6e92
.
and i used this version before and it working with impatient with no problem.
So? If you're using a dev version of Neovim, you should expect things to break.
Duplicate of #38
That version is not supported. Please update to 0.5.x or master with SHA newer than
a141f6e92
.and i used this version before and it working with impatient with no problem.
So? If you're using a dev version of Neovim, you should expect things to break.
so? i used this dev version and worked perfectly just before you updated this repo with the commit that has changes with encode
and decode
.
literally, yesterday was working.
renaming back to pack
and unpack
doesnt fix the issue?
cmon man. my entire neovim workflow depends on your plugin.
so? i used this dev version and worked perfectly just before you updated this repo with the commit that has changes with encode and decode.
So you're saying if the plugin worked before on a specific SHA of Neovim, then every update of the plugin should always be compatible with this specific SHA? Sorry...sincerely... but it doesn't work like this. Support is only provided for the last official release and latest master.
cmon man. my entire neovim workflow depends on your plugin.
Here are your options:
a141f6e92
cachepack
module:
_G.use_cachepack = true
require('impatient')
27c783556dd3e4085a0a93063f242c888405d6b6 will automatically use option 5 from above.
option 5 its working. wow. thanks man.
btw. yesterday i got this idea.
my neovim is built from source. so my package manager its not updating it to the latest.
i saw yesterday that some pull request was merged into neovim's head that had the same change that you made (maybe where you got your inspiration)
and i think if i update to the latest 0.6 commit and install the latest version of your plugin, maybe it will not break anymore.
and i think if i update to the latest 0.6 commit
Yes, that was option 2
oh. okey. thanks a lot for support
i got this error:
my config hasnt been touched for 1 month. the plugins i use were updated today ( i didnt look if impatient got any updates ) so my config is fine.
EDIT my config:
packer config
init.lua
before loading all my plugins and config i load
impatient
i had this config for a long time, long time no problem, but now, i get this stupid error