fix(neovim): Add more left padding to markdown code block renders

This commit is contained in:
Pratik Tripathy
2025-08-12 15:04:52 +05:30
parent faa45c7402
commit affac4a931

View File

@@ -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 = { "󰼏 ", "󰼐 ", "󰼑 ", "󰼒 ", "󰼓 ", "󰼔 " },