return { { "sainnhe/gruvbox-material", config = function(_, _) vim.o.termguicolors = true vim.g.background = "dark" vim.cmd("colorscheme gruvbox-material") end }, { "lukas-reineke/indent-blankline.nvim", main = "ibl", event = "VeryLazy", opts = { }, }, { "famiu/bufdelete.nvim", keys = { { "zx", "Bdelete", mode = "n" }, }, }, { "karb94/neoscroll.nvim", enabled = custom.full_feature, main = "neoscroll", event = "VeryLazy", opts = { }, }, }