mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 10:29:49 +01:00
Merge 6eab524ed7
into 66d0a81206
This commit is contained in:
commit
d709722a1d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue