This commit is contained in:
foozzi 2024-03-01 21:50:43 -05:00
parent 8b695c8f54
commit d6cd57da19
4 changed files with 15 additions and 7 deletions

View file

@ -1,6 +1,6 @@
return {
"foozzi/mkdnflow.nvim",
lazy = false,
lazy = true,
config = function()
require("mkdnflow").setup({
modules = {

View file

@ -0,0 +1,7 @@
return {
"preservim/vim-markdown",
init = function()
vim.g.vim_markdown_folding_disabled = 1
end,
lazy = false,
}