fix bug in keymap converter for whichkey

This commit is contained in:
kyasuda
2025-07-30 16:12:35 -07:00
parent ab352ba2a9
commit 1aea2cfc68
3 changed files with 18 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ return {
json = { "jsonlint" },
yaml = { "yamllint" },
vim = { "vint" },
go = { "golangci_lint" },
go = { "golangcilint" },
}
local shellcheck = require("lint").linters.shellcheck
shellcheck.args = {