mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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 = {
|
||||
latex = { enabled = false },
|
||||
heading = {
|
||||
position = 'inline',
|
||||
left_pad = 1,
|
||||
right_pad = 1,
|
||||
},
|
||||
code = {
|
||||
style = 'normal',
|
||||
style = 'full',
|
||||
language_pad = 1,
|
||||
min_width = 45,
|
||||
left_pad = 2,
|
||||
right_pad = 2,
|
||||
border = 'thick',
|
||||
above = ' ',
|
||||
below = ' ',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue