harpoon/.luacheckrc

13 lines
192 B
Text
Raw Normal View History

std = luajit
cache = true
codes = true
globals = {
"HarpoonConfig",
"Harpoon_bufh",
"Harpoon_win_id",
2021-09-04 17:21:58 +02:00
"Harpoon_cmd_win_id",
"Harpoon_cmd_bufh",
}
read_globals = { "vim" }