something...

This commit is contained in:
2025-04-23 00:25:36 +03:00
parent c180adf85b
commit 2e7e64def1
4 changed files with 67 additions and 87 deletions

View File

@ -1,5 +1,7 @@
require('markview').setup({
markdown = {
debounce = 300, -- Задержка обновления
headings = {
enable = true,
org_shift_char = " ",
@ -99,7 +101,7 @@ require('markview').setup({
},
marker_plus = {
add_padding = true,
add_padding = false,
conceal_on_checkboxes = true,
text = "",
@ -107,7 +109,7 @@ require('markview').setup({
},
marker_star = {
add_padding = true,
add_padding = false,
conceal_on_checkboxes = true,
text = "",
@ -115,12 +117,12 @@ require('markview').setup({
},
marker_dot = {
add_padding = true,
add_padding = false,
conceal_on_checkboxes = true,
},
marker_parenthesis = {
add_padding = true,
add_padding = false,
conceal_on_checkboxes = true,
}
},
@ -135,7 +137,6 @@ require('markview').setup({
linewise_hybrid_mode = true, -- Линейный режим hybrid
edit_range = { 0, 0 }, -- Диапазон для input mode (-1, 1)
draw_range = { vim.o.lines, vim.o.lines }, -- Рендерить весь остальной текст
debounce = 200, -- Задержка обновления
filetypes = { "markdown", "rmd", "quarto", "typst" }, -- Поддерживаемые форматы
ignore_buftypes = { "nofile" },
callbacks = {