mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(neovim): Add more left padding to markdown code block renders
This commit is contained in:
@@ -38,6 +38,7 @@ return {
|
|||||||
position = "right",
|
position = "right",
|
||||||
language_name = false,
|
language_name = false,
|
||||||
right_pad = 1,
|
right_pad = 1,
|
||||||
|
left_pad = 1,
|
||||||
},
|
},
|
||||||
heading = {
|
heading = {
|
||||||
icons = { " ", " ", " ", " ", " ", " " },
|
icons = { " ", " ", " ", " ", " ", " " },
|
||||||
|
|||||||
Reference in New Issue
Block a user