WIP: update-upstream #4

Closed
cscherrNT wants to merge 69 commits from update-upstream into master
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 8df62c803d - Show all commits

View File

@ -119,9 +119,6 @@ return {
{ "gb", mode = { "n", "o" }, desc = "Comment toggle blockwise" }, { "gb", mode = { "n", "o" }, desc = "Comment toggle blockwise" },
{ "gb", mode = "x", desc = "Comment toggle blockwise (visual)" }, { "gb", mode = "x", desc = "Comment toggle blockwise (visual)" },
}, },
init = function()
vim.g.comment_maps = true
end,
config = function(_, opts) config = function(_, opts)
require("Comment").setup(opts) require("Comment").setup(opts)
end, end,