return { -- { -- "nvim-treesitter/nvim-treesitter", -- opts = function(_, opts) -- vim.list_extend(opts.ensure_installed, { "typescript" }) -- end, -- }, -- -- { -- "neovim/nvim-lspconfig", -- opts = { -- servers = { -- denols = {}, -- }, -- }, -- }, }