fix: bad comment keymaps

This commit is contained in:
Ching Pei Yang 2024-12-05 14:43:14 +01:00
parent 66d0a81206
commit 6eab524ed7
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

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