add some basic plugins and keymap
This commit is contained in:
10
lua/plugins/showkeys.lua
Normal file
10
lua/plugins/showkeys.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"nvzone/showkeys",
|
||||
enabled = false,
|
||||
cmd = "ShowkeysToggle",
|
||||
opts = {
|
||||
timeout = 1,
|
||||
maxkeys = 5,
|
||||
-- more opts
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user