mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 18:27:34 +00:00
Pin to stable 1.0 releases of which-key
This commit is contained in:
parent
07a3512dbd
commit
e6b2f2bf86
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user