Pin impatient for old nvim versions

This commit is contained in:
ViViDboarder 2022-09-12 21:19:14 -07:00
parent e02f9d9c66
commit 4e906222ea
1 changed files with 4 additions and 3 deletions

View File

@ -36,9 +36,10 @@ packer.init({
use({
"lewis6991/impatient.nvim",
config = [[require('impatient')]],
commit = utils.map_version_rule({
[">0.6.0"] = utils.nil_val,
[">=0.5.0"] = "969f2c5",
tag = utils.map_version_rule({
[">=0.7.0"] = utils.nil_val,
[">0.6.0"] = "v0.2",
[">=0.5.0"] = "v0.1",
}),
})