Adds pull when entering notes
This commit is contained in:
parent
c0cb36520e
commit
fad0c5c6c1
7 changed files with 63 additions and 41 deletions
|
|
@ -2,4 +2,11 @@ return {
|
|||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" }, -- if you use the mini.nvim suite
|
||||
opts = {},
|
||||
config = function()
|
||||
require("render-markdown").setup({
|
||||
bullet = {
|
||||
right_pad = 1,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue