mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +00:00
Fix linting
This commit is contained in:
parent
d33415ee73
commit
597d0142d6
@ -3,8 +3,8 @@ local M = {}
|
|||||||
function M.configure()
|
function M.configure()
|
||||||
require("which-key").setup({
|
require("which-key").setup({
|
||||||
triggers_blacklist = {
|
triggers_blacklist = {
|
||||||
i = { "j", "k", "`"},
|
i = { "j", "k", "`" },
|
||||||
v = { "j", "k" },
|
v = { "j", "k" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user