diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua index 102b7eb..23fa521 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua @@ -4,7 +4,7 @@ return { event = "VeryLazy", dependencies = { "nvim-lua/plenary.nvim", - "folke/which-key", + "folke/which-key.nvim", }, init = function() -- Configure the key to use for keybinds used in the "core.keybinds" module