updated luacheckrc and formatting

This commit is contained in:
Rishabh Dwivedi 2021-09-04 20:51:58 +05:30
parent bfdeafc913
commit 732be7f4be
2 changed files with 54 additions and 52 deletions

View file

@ -6,5 +6,7 @@ globals = {
"HarpoonConfig",
"Harpoon_bufh",
"Harpoon_win_id",
"Harpoon_cmd_win_id",
"Harpoon_cmd_bufh",
}
read_globals = { "vim" }

View file

@ -126,11 +126,11 @@ M.toggle_quick_menu = function()
Harpoon_cmd_bufh
)
)
end
end
M.on_menu_save = function()
M.on_menu_save = function()
log.trace("cmd-ui#on_menu_save()")
term.set_cmd_list(get_menu_items())
end
end
return M
return M