summaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/config/lazy.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua
index 053220c..d4e9f43 100644
--- a/nvim/lua/config/lazy.lua
+++ b/nvim/lua/config/lazy.lua
@@ -81,20 +81,6 @@ require("lazy").setup({
fallback = "dark",
}
},
- {
- "folke/which-key.nvim",
- event = "VeryLazy",
- opts = {},
- keys = {
- {
- "<leader>?",
- function()
- require("which-key").show({ global = false })
- end,
- desc = "Buffer Local Keymaps (which-key)",
- },
- },
- }
},
install = { colorscheme = { "gruvbox" } },
checker = { enabled = true, notify = false },