return { "glepnir/lspsaga.nvim", lazy = false, config = function() require("lspsaga").setup({ -- 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 = "", }, }) end, dependencies = { "nvim-treesitter/nvim-treesitter", 'nvim-tree/nvim-web-devicons', }, }