mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(markdown): dont override inline styles
This commit is contained in:
parent
1bb76fc7ec
commit
4147816daf
1 changed files with 5 additions and 1 deletions
|
|
@ -96,7 +96,11 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
file_types = { "markdown", "norg", "rmd", "org" },
|
file_types = { "markdown", "norg", "rmd", "org" },
|
||||||
code = { sign = false },
|
code = { sign = false },
|
||||||
heading = { sign = false },
|
heading = { sign = false, icons = {} },
|
||||||
|
inline_query = [[
|
||||||
|
(shortcut_link) @callout
|
||||||
|
[(inline_link) (image)] @link
|
||||||
|
]],
|
||||||
},
|
},
|
||||||
ft = { "markdown", "norg", "rmd", "org" },
|
ft = { "markdown", "norg", "rmd", "org" },
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue