mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 19:09:48 +01:00
Compare commits
1 commit
0f62abd2d2
...
8585efdfc5
Author | SHA1 | Date | |
---|---|---|---|
|
8585efdfc5 |
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ 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;
|
||||||
})
|
})
|
||||||
|
@ -34,7 +33,6 @@ 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