Explorar o código

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

Abouzar Parvan %!s(int64=3) %!d(string=hai) anos
pai
achega
965ea4bbb9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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,