feat: add descriptions for keybinds
This commit is contained in:
parent
4c0bce0ca7
commit
2b4aeefdfc
7 changed files with 39 additions and 31 deletions
|
@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue