1 2 3 4 5 6 7 8 9
return { { 'plasticboy/vim-markdown', config = function() vim.g.vim_markdown_folding_disabled = 1 end, ft = 'markdown', }, }