We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b0e67 commit 8716aadCopy full SHA for 8716aad
README.md
@@ -147,7 +147,7 @@ My biggest improvements were: being able to locate and press weird keys (like ">
147
```lua
148
local keylab = require("keylab")
149
keylab.setup({
150
- LINES = 15, -- 10 by default
+ lines = 15, -- 10 by default
151
force_accuracy = false, -- true by default
152
correct_fg = "#FFFFFF", -- #B8BB26 by default
153
wrong_bg = "#000000" -- #FB4934 by default
@@ -160,7 +160,7 @@ My biggest improvements were: being able to locate and press weird keys (like ">
160
lua << EOF
161
162
163
- LINES = 10,
+ lines = 10,
164
force_accuracy = true,
165
correct_fg = "#B8BB26",
166
wrong_bg = "#FB4934"
0 commit comments