-- import lspsaga safely local saga_status, saga = pcall(require, "lspsaga") if not saga_status then return end saga.init_lsp_saga({ -- keybinds for navigation in lspsaga window move_in_saga = { prev = "", next = "" }, -- use enter to open file with finder finder_action_keys = { open = "", }, -- use enter to open file with definition preview definition_action_keys = { edit = "", }, })