1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 06:39:25 +00:00

[neovim] Customize render-markdown

This commit is contained in:
2024-07-24 09:09:34 +02:00
parent e3e411b629
commit 9343a1e579
4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
require("render-markdown").setup({
bullet = {
icons = { "·", "·", "·", "·" },
},
})