diff options
-rw-r--r-- | vim.dot.link/filetype.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 |