You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" when running at every change you may want to disable quickfix
let g:prettier#quickfix_enabled = 0
let g:prettier#autoformat = 0
autocmd BufWritePre,TextChanged,InsertLeave *.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.md,*.vue PrettierAsync
But now when I save, I get Error detected while processing BufWritePre Auto commands for "*.js":
and E20: Mark not set.
Any suggestions for debugging this?
The text was updated successfully, but these errors were encountered:
I added this from the docs:
But now when I save, I get
Error detected while processing BufWritePre Auto commands for "*.js":
and
E20: Mark not set
.Any suggestions for debugging this?
The text was updated successfully, but these errors were encountered: