Skip to content

Commit 12de182

Browse files
committed
annoying having background writes
1 parent 24a0abe commit 12de182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nvim/.config/nvim/plugin/prettier.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
let g:prettier#exec_cmd_async = 1
1+
" let g:prettier#exec_cmd_async = 1
22

3-
autocmd BufWritePre *.jsx,*.js,*.tsx,*.ts PrettierAsync
3+
autocmd BufWritePre *.jsx,*.js,*.tsx,*.ts Prettier

0 commit comments

Comments
 (0)