vim-config/ftplugin/markdown.vim
2024-05-05 17:19:11 +08:00

5 lines
131 B
VimL

" markdown filetype setttings
"
" ale fixer and lsp etc.
let b:ale_fixers = ['pandoc', 'remove_trailing_lines', 'trim_whitespace']