changing markdown options to work best with and without Obsidian
This commit is contained in:
parent
2250714cb3
commit
ba0f68dc61
|
@ -1 +1,3 @@
|
|||
vim.opt_local.conceallevel = 2
|
||||
vim.cmd 'autocmd BufEnter * set formatoptions-=cro'
|
||||
vim.cmd 'autocmd BufEnter * setlocal formatoptions-=cro'
|
||||
|
|
|
@ -5,6 +5,9 @@ return {
|
|||
config = function()
|
||||
require('render-markdown').setup {
|
||||
enabled = true,
|
||||
heading = {
|
||||
width = 'block',
|
||||
},
|
||||
bullet = {
|
||||
right_pad = 1,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user