mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: new config
This commit is contained in:
parent
4147816daf
commit
caf1aab03c
1 changed files with 10 additions and 6 deletions
|
|
@ -95,12 +95,16 @@ return {
|
|||
"MeanderingProgrammer/markdown.nvim",
|
||||
opts = {
|
||||
file_types = { "markdown", "norg", "rmd", "org" },
|
||||
code = { sign = false },
|
||||
heading = { sign = false, icons = {} },
|
||||
inline_query = [[
|
||||
(shortcut_link) @callout
|
||||
[(inline_link) (image)] @link
|
||||
]],
|
||||
code = {
|
||||
sign = false,
|
||||
width = "block",
|
||||
right_pad = 1,
|
||||
},
|
||||
heading = {
|
||||
sign = false,
|
||||
-- FIXME: uncomment when PR is merged
|
||||
-- icons = {},
|
||||
},
|
||||
},
|
||||
ft = { "markdown", "norg", "rmd", "org" },
|
||||
enabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue