feat: add descriptions for keybinds

This commit is contained in:
Devin Lumley 2024-01-09 16:44:45 -08:00
parent 3120c51c84
commit 9f98fb46ce
7 changed files with 39 additions and 31 deletions

View file

@ -9,6 +9,18 @@ return {
["<Down>"] = {"", "i"},
["<Left>"] = {"", "i"},
["<Right>"] = {"", "i"}
},
disabled_filetypes = {
"checkhealth",
"fugitive",
"help",
"lazy",
"mason",
"neo-tree",
"neo-tree-popup",
"netrw",
"noice",
"notify",
}
}
}