Fix linting

This commit is contained in:
ViViDboarder 2022-09-08 12:23:52 -07:00
parent d33415ee73
commit 597d0142d6
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ local M = {}
function M.configure()
require("which-key").setup({
triggers_blacklist = {
i = { "j", "k", "`"},
v = { "j", "k" },
i = { "j", "k", "`" },
v = { "j", "k" },
},
})
end