| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Plugin was disabled waiting for main branch support. Remove the dead comment;
can be re-added from git history when ready.
|
| |
|
|
|
|
| |
The { "n", "v" } mode table was a 3rd positional element, silently
ignored by lazy.nvim. Movement keys only worked in normal mode, not visual.
Use named mode field to enable both modes.
|
| |
|
|
|
| |
In lazy.nvim key specs the first element is lhs (key) and second
is rhs (action). These were swapped, making the mapping broken.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|