You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the issue is reproducable on the main branch.
Ensure that there isn't an issue on this(either open or closed).
Problem:
When using require('markview.extras.checkboxes').setup({ states = {} }), any states I put in do not result in the :CheckboxNext function using those states and state sets. It will always use {" ", "X"} and {"-", "o"}. My use case is I want to put them all into a single set so I can swap between them with only one keybinding for :CheckboxNext.
Before reporting:
Problem:
When using
require('markview.extras.checkboxes').setup({ states = {} })
, any states I put in do not result in the:CheckboxNext
function using those states and state sets. It will always use{" ", "X"}
and{"-", "o"}
. My use case is I want to put them all into a single set so I can swap between them with only one keybinding for:CheckboxNext
.I have tried:
Regardless, the
:CheckboxNext
command will always use{" ", "X"}
and{"-", "o"}
.Steps to reproduce the issue:
Use the
:CheckboxNext
command with yourstates
list filled.Expected behavior:
Markview should have used my input states from the config.
Neovim version:
0.10.1
The text was updated successfully, but these errors were encountered: