return { "preservim/nerdcommenter", init = function() require("config.nerdcommenter") end, keys = { { "c", ":call nerdcommenter#Comment(0, 'toggle')" }, { "c", ":call nerdcommenter#Comment(0, 'toggle')", mode = "v" }, { "cS", ":call nerdcommenter#Comment(0, 'sexy')" }, { "cS", ":call nerdcommenter#Comment(0, 'sexy')", mode = "v" }, { "c$", ":call nerdcommenter#Comment(0, 'ToEOL')" }, { "c$", ":call nerdcommenter#Comment(0, 'ToEOL')", mode = "v" }, }, }