vim-prettier icon indicating copy to clipboard operation
vim-prettier copied to clipboard

How to ignore specific file types?

Open winkee01 opened this issue 5 years ago • 2 comments

Does it have a command option like this?

let g:prettier#autoformat_ignore_types=['css', 'javascript', 'yaml']

winkee01 avatar Dec 01 '20 13:12 winkee01

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

oliverbenns avatar Dec 03 '20 10:12 oliverbenns

I would also like to know if this functionality exist.

zen-machina avatar Apr 27 '21 01:04 zen-machina