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", "HarpoonConfig",
"Harpoon_bufh", "Harpoon_bufh",
"Harpoon_win_id", "Harpoon_win_id",
"Harpoon_cmd_win_id",
"Harpoon_cmd_bufh",
} }
read_globals = { "vim" } read_globals = { "vim" }

View File

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