aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/html.vim
blob: 58ab258fb30f259361e831bbab5913e7f5d069c4 (plain)
1
2
3
4
5
6
7
" markdown files run this as well
" https://stackoverflow.com/questions/22839269/why-does-vim-default-markdown-ftplugin-source-html-ftplugins-is-there-any-ways
if &filetype !~# 'markdown'
  let b:prettier_ft_default_args = {
    \ 'parser': 'html',
    \ }
endif