From 1762eb9514a0817c1a72322785801312655ae3da Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jul 2024 21:57:33 -0300 Subject: Fix: workarounds for markdown filetype handling (2) --- vim.dot.link/filetype.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim.dot.link/filetype.vim b/vim.dot.link/filetype.vim index f90f920..d11c87b 100644 --- a/vim.dot.link/filetype.vim +++ b/vim.dot.link/filetype.vim @@ -37,6 +37,9 @@ augroup filetypedetect " Markdown folding through NestedMarkdownFolds() are not correctly working " with this configuration. " + " Maybe what's happenning is that setting the "markdown" filetype + " trigger behaviors that conflicts with our custom configuration. + " "autocmd BufRead,BufNewFile,BufEnter *.mdwn setfiletype markdown "autocmd BufRead,BufNewFile,BufEnter *.md setfiletype markdown augroup END -- cgit v1.2.3