local status, lspsaga = pcall(require, "lspsaga") if not status then return end lspsaga.setup({ move_in_saga = { prev = "", next = "" }, finder_action_keys = { open = "", }, definition_action_keys = { edit = "", }, })