return { { "ellisonleao/gruvbox.nvim" }, { "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim", config = true }, { "wakatime/vim-wakatime" }, { "codota/tabnine-nvim", build = "./dl_binaries.sh", opts = { disable_auto_comment = true, accept_keymap = "", dismiss_keymap = "", debounce_ms = 800, suggestion_color = { gui = "#808080", cterm = 244 }, exclude_filetypes = { "TelescopePrompt", "NvimTree" }, log_file_path = nil, -- absolute path to Tabnine log file }, config = function(_, opts) require("tabnine").setup(opts) end, }, { "LazyVim/LazyVim", opts = { colorscheme = "gruvbox", }, }, }