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