mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-02-04 11:10:26 +01:00
Cycle through useful checkbox states
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user