Skip to content

Commit

Permalink
which-key: temporary pin working version until compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Aug 26, 2024
1 parent f174bbe commit e0d99cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ local modules = {
{ "tpope/vim-repeat", event = "VeryLazy" },
{ "tpope/vim-surround", event = "VeryLazy" },
"mg979/vim-visual-multi", -- needs to be loaded outside of lazy.nvim for its global variable config values to work
{ "folke/which-key.nvim", lazy = true, config = "plugins.which-key" },
{ "folke/which-key.nvim", lazy = true, config = "plugins.which-key", tag = "v2.1.0" },

-- Stash ---------------------------------------------------------------------
-- "tiagovla/scope.nvim", -- scope buffers to tabs
Expand Down

0 comments on commit e0d99cb

Please sign in to comment.