aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/css.vim
blob: 2a9acf39245c124be456070297167d0ac9f5c07b (plain)
1
2
3
4
5
6
augroup Prettier
  autocmd!
  if g:prettier#autoformat
    autocmd BufWritePre *.css call prettier#Autoformat()
  endif
augroup end