mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 20:19:48 +01:00
fix: bad comment keymaps
This commit is contained in:
parent
66d0a81206
commit
6eab524ed7
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