|
|
|
|
@ -75,3 +75,16 @@ au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#source
|
|
|
|
|
\ 'whitelist': ['html'],
|
|
|
|
|
\ 'completor': function('asyncomplete#sources#emmet#completor'),
|
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
|
|
"" Autoformat configs
|
|
|
|
|
|
|
|
|
|
let g:formatdef_xmllint = '"xmllint --format -"'
|
|
|
|
|
|
|
|
|
|
let g:formatters_xml=['xmllint']
|
|
|
|
|
let g:formatters_html=['htmlbeautify']
|
|
|
|
|
let g:formatters_jsp=['htmlbeautify']
|
|
|
|
|
let g:formatters_java=['prettier']
|
|
|
|
|
let g:formatters_javascript=['eslint_local']
|
|
|
|
|
let g:formatters_json=['jsbeautify_json']
|
|
|
|
|
let g:formatters_python=['black']
|
|
|
|
|
|
|
|
|
|
|