mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim/lua/user/plugins/lang/markdown.lua: update settings
This commit is contained in:
parent
222602cf66
commit
6b1dcffbd6
1 changed files with 7 additions and 3 deletions
|
|
@ -21,14 +21,18 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
latex = { enabled = false },
|
latex = { enabled = false },
|
||||||
|
heading = {
|
||||||
|
position = 'inline',
|
||||||
|
left_pad = 1,
|
||||||
|
right_pad = 1,
|
||||||
|
},
|
||||||
code = {
|
code = {
|
||||||
style = 'normal',
|
style = 'full',
|
||||||
|
language_pad = 1,
|
||||||
min_width = 45,
|
min_width = 45,
|
||||||
left_pad = 2,
|
left_pad = 2,
|
||||||
right_pad = 2,
|
right_pad = 2,
|
||||||
border = 'thick',
|
border = 'thick',
|
||||||
above = ' ',
|
|
||||||
below = ' ',
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue