mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-02-04 06:19:48 +01:00
Compare commits
1 commit
db270fdd8a
...
2e3cea0ea0
Author | SHA1 | Date | |
---|---|---|---|
|
2e3cea0ea0 |
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@ in {
|
|||
or '<Plug>(comment_toggle_linewise_count)'
|
||||
end
|
||||
'' {
|
||||
lua = true;
|
||||
expr = true;
|
||||
desc = mappings.toggleCurrentLine.description;
|
||||
})
|
||||
|
@ -34,7 +33,6 @@ in {
|
|||
or '<Plug>(comment_toggle_blockwise_count)'
|
||||
end
|
||||
'' {
|
||||
lua = true;
|
||||
expr = true;
|
||||
desc = mappings.toggleCurrentBlock.description;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue