Pin to stable 1.0 releases of which-key

This commit is contained in:
ViViDboarder 2023-06-13 16:07:50 -07:00
parent 07a3512dbd
commit e6b2f2bf86
1 changed files with 1 additions and 7 deletions

View File

@ -129,16 +129,10 @@ use("ludovicchabant/vim-gutentags")
-- Make it easier to discover some of my keymaps
use({
"folke/which-key.nvim",
-- TODO: Pin < 0.7 version
config = function()
require("plugins.whichkey").configure()
end,
--[[
commit = utils.map_version_rule({
[">=0.7.0"]= utils.,
["<0.7.0"]= "bd4411a",
}),
--]]
tag = "v1.*",
})
-- Better commenting