mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 08:49:48 +01:00
Merge dc6d4671ec
into e798d5a226
This commit is contained in:
commit
923eb5e949
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…
Reference in a new issue