Configuration files

Fix which-key not loading for all binds

karei 2d1229a5 2e72ddf4

Changed files
+1 -3
.config
nvim
+1 -3
.config/nvim/init.lua
··· 54 54 { "tpope/vim-sleuth", event = "BufRead" }, 55 55 { 56 56 "folke/which-key.nvim", 57 - keys = { 58 - { "<leader>", desc = "Show which-key" }, 59 - }, 57 + event = "VeryLazy", 60 58 config = function() 61 59 require("which-key").setup() 62 60