rice/vim/plugin-confs/prettier.vim

9 lines
326 B
VimL
Raw Normal View History

2022-02-09 01:33:43 -08:00
"------------------------------------------------------------------------------
"PRETTIER
"------------------------------------------------------------------------------
packloadall "enable prettier
let g:prettier#autoformat = 1
let g:prettier#autoformat_require_pragma = 0
let g:prettier#exec_cmd_path = "/usr/bin/prettier"