mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-08-20 05:50:22 +00:00
[neovim] Customize render-markdown
This commit is contained in:
5
.config/nvim/lua/plugins/render-markdown.lua
Normal file
5
.config/nvim/lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
require("render-markdown").setup({
|
||||
bullet = {
|
||||
icons = { "·", "·", "·", "·" },
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user