1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-11-15 06:51:12 +00:00
dotfiles/.config/nvim/lua/plugins/render-markdown.lua

6 lines
92 B
Lua
Raw Normal View History

2024-07-24 07:09:34 +00:00
require("render-markdown").setup({
bullet = {
icons = { "·", "·", "·", "·" },
},
})