mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/lang/markdown.lua: more pimp
This commit is contained in:
parent
7883f32c48
commit
d63c10216e
1 changed files with 4 additions and 3 deletions
|
|
@ -32,11 +32,11 @@ return {
|
|||
},
|
||||
code = {
|
||||
style = 'full',
|
||||
sign = false,
|
||||
language_pad = 1,
|
||||
min_width = 45,
|
||||
left_pad = 2,
|
||||
right_pad = 2,
|
||||
border = 'thick',
|
||||
border = 'thin',
|
||||
},
|
||||
overrides = {
|
||||
buftype = {
|
||||
|
|
@ -44,7 +44,8 @@ return {
|
|||
render_modes = true,
|
||||
padding = { highlight = 'NormalFloat' },
|
||||
sign = { enabled = false },
|
||||
code = { style = "normal", border = 'none', left_pad = 0, right_pad = 0 },
|
||||
code = { style = "normal", border = 'hide', left_pad = 1, right_pad = 1 },
|
||||
paragraph = { left_margin = 1 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue