nvim: Add markdown todo augend toggle
Use <c-s> and <c-x> to cycle through all todo list item states. Only works if the cursor is directly on the todo list item.
This commit is contained in:
parent
aade4456e3
commit
fb94651f4c
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ return {
|
|||
word = false,
|
||||
cyclic = true,
|
||||
}),
|
||||
augend.constant.new({
|
||||
elements = { "- [ ] ", "- [x] ", "- [o] ", "- [-] ", "- [~] " },
|
||||
word = false,
|
||||
cyclic = true,
|
||||
}),
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue