return { { "tpope/vim-repeat", event = "VeryLazy", }, { "tpope/vim-surround", -- alternative: "kylechui/nvim-surround" event = "VeryLazy", }, { "romainl/vim-cool", event = "VeryLazy", }, { "windwp/nvim-autopairs", event = "InsertEnter", config = true, }, { "windwp/nvim-ts-autotag", event = "InsertEnter", }, { "preservim/vim-markdown", ft = "markdown", }, }