mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-04-30
Update 2025-04-04 Update 2025-04-06 Update 2025-04-11 Update 2025-04-13 Update 2025-04-14 Update 2025-04-15 Update 2025-04-25 Update 2025-04-27 Update 2025-04-30
This commit is contained in:
@@ -107,31 +107,9 @@ return {
|
||||
blocks = true, -- Enable for math blocks
|
||||
},
|
||||
},
|
||||
latex = {
|
||||
enable = false,
|
||||
blocks = {
|
||||
-- ["$$"] = {
|
||||
-- renderer = "typst.math_blocks",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
latex = { enable = false },
|
||||
typst = { enable = false },
|
||||
html = { enable = false },
|
||||
checkboxes = {
|
||||
default = " ",
|
||||
remove_style = "checkbox",
|
||||
states = {
|
||||
{ " ", "/", "X" },
|
||||
{ "<", ">" },
|
||||
{ "?", "!", "*" },
|
||||
{ '"' },
|
||||
{ "l", "b", "i" },
|
||||
{ "S", "I" },
|
||||
{ "p", "c" },
|
||||
{ "f", "k", "w" },
|
||||
{ "u", "d" },
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("markview").setup(opts)
|
||||
|
||||
Reference in New Issue
Block a user