return { "nvimdev/lspsaga.nvim", dependencies = { "nvim-treesitter/nvim-treesitter", -- optional "nvim-tree/nvim-web-devicons", -- optional }, opts = { lightbulb = { enable = false, }, diagnostic = { show_layout = "float", auto_preview = true, keys = { exec_action = "o", quit = "q", }, }, }, keys = { { "e", "Lspsaga show_buf_diagnostics", desc = "Show buffer diagnostic", }, { "we", "Lspsaga show_workspace_diagnostics", desc = "Show workspace diagnostic", }, }, }