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 -- Make it easier to discover some of my keymaps
use({ use({
"folke/which-key.nvim", "folke/which-key.nvim",
-- TODO: Pin < 0.7 version
config = function() config = function()
require("plugins.whichkey").configure() require("plugins.whichkey").configure()
end, end,
--[[ tag = "v1.*",
commit = utils.map_version_rule({
[">=0.7.0"]= utils.,
["<0.7.0"]= "bd4411a",
}),
--]]
}) })
-- Better commenting -- Better commenting