when i use vim js format , is wrong
q2qiang opened this issue · 3 comments
q2qiang commented
q2qiang commented
maksimr commented
@q2qiang g:config_Beautifier
should contain dict/map, not a string with a path. So in your case you should use g:editorconfig_Beautifier
You can also configure a variable
g: config_Beautifier
(g:config_Beautifier has type dict), but it is better to use the.editorconfig
file.
To assign a custom path for the
.editorconfig
file set the variableg:editorconfig_Beautifier
.
https://github.com/maksimr/vim-jsbeautify/blob/master/README.md
Thanks!