1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 04:30:27 +01:00

Cycle through useful checkbox states

This commit is contained in:
2026-01-26 16:15:07 +01:00
parent 19b4fcbc5f
commit fc926d42cb

View File

@@ -2,6 +2,10 @@ return {
"roodolv/markdown-toggle.nvim",
config = function()
require("markdown-toggle").setup({
-- cycle through checkboxes
cycle_box_table = true,
-- doing, done, wut, important, forwarded
box_table = { "/", "x", "?", "!", ">" },
keymaps = {
toggle = {
["<C-q>"] = "quote",