Ver código fonte

fix: correct floating window position in Neovim 0.6 nightly (#1732)

Abouzar Parvan 3 anos atrás
pai
commit
965ea4bbb9
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      lua/lvim/plugins.lua

+ 3 - 1
lua/lvim/plugins.lua

@@ -89,8 +89,10 @@ return {
   },
 
   -- Whichkey
+  -- TODO: change back to folke/which-key.nvim after folke got back
   {
-    "folke/which-key.nvim",
+    "abzcoding/which-key.nvim",
+    branch = "fix/neovim-6-position",
     config = function()
       require("lvim.core.which-key").setup()
     end,