aboutsummaryrefslogtreecommitdiff
path: root/vim.dot.link/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim.dot.link/filetype.vim')
-rw-r--r--vim.dot.link/filetype.vim10
1 files 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