This commit is contained in:
foozzi 2024-03-01 21:50:43 -05:00
parent 3d905b32d6
commit 0ce8ea606e
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,
}