mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 10:29:49 +01:00
Compare commits
2 commits
2e3cea0ea0
...
db270fdd8a
Author | SHA1 | Date | |
---|---|---|---|
|
db270fdd8a | ||
|
f672d3cdee |
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