update nvim plugins

This commit is contained in:
Alexander Navarro 2024-08-30 09:14:44 -04:00
parent 58a23e4a86
commit 282f40fc2a
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
4 changed files with 28 additions and 9 deletions

View file

@ -10,7 +10,7 @@ return {
options = {
custom_commentstring = function()
return require("ts_context_commentstring.internal").calculate_commentstring()
or vim.bo.commentstring
or vim.bo.commentstring
end,
},
},
@ -28,7 +28,7 @@ return {
-- left aligned fixed size box with left aligned text
MAP({ "n", "v" }, "gcb", cb.lcbox, "Create a comment box")
-- centered adapted box with centered text
MAP({ "n", "v" }, "gll", cb.cline, "Create a comment line")
MAP({ "n", "v" }, "gcl", cb.llline, "Create a comment line")
end,
},
{