return { { 'tpope/vim-repeat', event = 'VeryLazy' }, { 'tpope/vim-sleuth', event = 'VeryLazy', enabled = false, }, { 'tpope/vim-abolish', event = 'VeryLazy', enabled = false, }, { 'tpope/vim-surround', event = 'VeryLazy' }, { 'nvim-tree/nvim-web-devicons' }, { 'nvim-lua/plenary.nvim', priority = 800 }, { 'folke/which-key.nvim', enabled = false, event = 'VeryLazy', config = function() require('which-key').setup({ preset = 'helix', plugins = { spelling = { enabled = vim.fn.has('nvim-0.13') == 0, }, }, }) end, }, }