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