return { { "nvim-telescope/telescope.nvim", dependencies = { "nvim-lua/plenary.nvim", }, }, { -- Colorscheme "jacoborus/tender.vim", config = function() vim.cmd.colorscheme("tender") end }, { "folke/trouble.nvim", dependencies = { "nvim-tree/nvim-web-devicons" }, opts = { position = "right", signs = { -- icons / text used for a diagnostic error = "", warning = "", hint = "", information = "", other = "", }, }, }, }