vim-prettier
vim-prettier copied to clipboard
How to ignore specific file types?
Does it have a command option like this?
let g:prettier#autoformat_ignore_types=['css', 'javascript', 'yaml']
I would also like to know this. I was hoping it would resolve to$HOME/.prettierignore if no other file found during the traversal, but that does not seem to work.
Related: https://github.com/prettier/vim-prettier/issues/204
I would also like to know if this functionality exist.