mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 18:36:27 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user