Initial Commit
This commit is contained in:
commit
18da9560c6
31 changed files with 769 additions and 0 deletions
12
lua/plugins/showkeys.lua
Normal file
12
lua/plugins/showkeys.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"nvzone/showkeys",
|
||||
cmd = "ShowkeysToggle",
|
||||
opts = {
|
||||
timeout = 1,
|
||||
maxkeys = 3,
|
||||
winopts = {
|
||||
height = 1
|
||||
},
|
||||
excluded_modes = { "i" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue