return { -- Automatically adjust the indenting and much more { "tpope/vim-sleuth", event = { "BufReadPre", "BufNewFile" }, }, -- Increment dates right { "tpope/vim-speeddating", keys = { "", "" }, }, -- Comment lines with 'gc' { "tpope/vim-commentary", keys = { "gc" }, }, -- Check Unicode chars { "tpope/vim-characterize", keys = { "ga" }, }, }