From e6b2f2bf86c5d32f2e2848366c9726b88c386eb0 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 13 Jun 2023 16:07:50 -0700 Subject: [PATCH] Pin to stable 1.0 releases of which-key --- neovim/lua/plugins.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 5a86a40..e9a4046 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -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