tangled
alpha
login
or
join now
karei.dev
/
unix-config
Configuration files
0
fork
atom
overview
issues
pulls
pipelines
Fix which-key not loading for all binds
karei
2 years ago
2d1229a5
2e72ddf4
options
unified
split
Changed files
+1
-3
.config
nvim
init.lua
+1
-3
.config/nvim/init.lua
···
54
54
{ "tpope/vim-sleuth", event = "BufRead" },
55
55
{
56
56
"folke/which-key.nvim",
57
57
-
keys = {
58
58
-
{ "<leader>", desc = "Show which-key" },
59
59
-
},
57
57
+
event = "VeryLazy",
60
58
config = function()
61
59
require("which-key").setup()
62
60