mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:37:33 +00:00
Fix linting
This commit is contained in:
parent
d33415ee73
commit
597d0142d6
@ -3,7 +3,7 @@ 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" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user