diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 7451d96..a15d600 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -481,7 +481,7 @@ use({ tag = utils.map_version_rule({ -- Follow stable release tag [">=0.9.0"] = "0.1.*", - [">=0.7.0"] = "0.1.*", + [">=0.7.0"] = "0.1.2", [">=0.6.0"] = "nvim-0.6", ["<0.6.0"] = "nvim-0.5.1", ["==0.5.0"] = "nvim-0.5.0",