mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
chore(vim): add path to prettier
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
let g:prettier#autoformat = 1
|
||||
let g:prettier#autoformat_require_pragma = 0
|
||||
let g:prettier#exec_cmd_async = 1
|
||||
let g:prettier#exec_cmd_path = "/usr/local/bin/prettier"
|
||||
|
||||
" Autocommands
|
||||
augroup prettier
|
||||
|
||||
Reference in New Issue
Block a user