Skip to content

Commit 63f5ea5

Browse files
committed
✨ feat(showkeys): plugin conf added
1 parent 74dfd80 commit 63f5ea5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

lua/plugins/showkeys.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
return {
2+
"nvzone/showkeys",
3+
cmd = "ShowkeysToggle",
4+
opts = {
5+
timeout = 1,
6+
maxkeys = 5,
7+
position = "bottom-right",
8+
winopts = {
9+
relative = "editor",
10+
style = "minimal",
11+
border = "single",
12+
height = 1,
13+
row = 1,
14+
col = 0,
15+
zindex = 100,
16+
},
17+
},
18+
}

0 commit comments

Comments
 (0)