neovim: use oneline comments only

This commit is contained in:
2023-07-28 10:59:39 +03:00
parent 606cb5a93c
commit b8b22f5cbc

View File

@@ -5,7 +5,8 @@ require("Comment").setup({
local U = require("Comment.utils")
-- Detemine whether to use linewise or blockwise commentstring
local type = ctx.ctype == U.ctype.line and "__default" or "__multiline"
-- local type = ctx.ctype == U.ctype.line and "__default" or "__multiline"
local type = "__default"
-- Determine the location where to calculate commentstring from
local location = nil