From 32131c83c870e4900c21443b997ee7172753e470 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 30 Jul 2024 00:10:08 -0300 Subject: Fix: comment --- vim.dot.link/filetype.vim | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vim.dot.link/filetype.vim b/vim.dot.link/filetype.vim index 7284bd7..e75d2e0 100644 --- a/vim.dot.link/filetype.vim +++ b/vim.dot.link/filetype.vim @@ -31,14 +31,8 @@ augroup filetypedetect " Markdown " - " This handling is disabled by default, since it may be conflicting - " with something. - " - " Markdown folding through NestedMarkdownFolds() is not working correctly - " with this configuration. - " - " Maybe what's happenning is that setting the "markdown" filetype - " trigger behaviors that conflicts with our custom configuration. + " This handling is disabled by default, since it leads to some settings on + " ftplugin/markdown.vim being ignored. " "autocmd BufRead,BufNewFile,BufEnter *.mdwn setfiletype markdown "autocmd BufRead,BufNewFile,BufEnter *.md setfiletype markdown -- cgit v1.2.3