mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 08:55:30 +00:00
fix: bad comment keymaps
This commit is contained in:
parent
66d0a81206
commit
6eab524ed7
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue