This commit is contained in:
Ching Pei Yang 2024-12-05 13:48:25 +00:00 committed by GitHub
commit d709722a1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ in {
or '<Plug>(comment_toggle_linewise_count)' or '<Plug>(comment_toggle_linewise_count)'
end end
'' { '' {
lua = true;
expr = true; expr = true;
desc = mappings.toggleCurrentLine.description; desc = mappings.toggleCurrentLine.description;
}) })
@ -33,6 +34,7 @@ in {
or '<Plug>(comment_toggle_blockwise_count)' or '<Plug>(comment_toggle_blockwise_count)'
end end
'' { '' {
lua = true;
expr = true; expr = true;
desc = mappings.toggleCurrentBlock.description; desc = mappings.toggleCurrentBlock.description;
}) })