mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 02:37:06 +08:00
8 lines
215 B
VimL
8 lines
215 B
VimL
function! neoformat#formatters#jade#enabled() abort
|
|
return ['pugbeautifier']
|
|
endfunction
|
|
|
|
function! neoformat#formatters#jade#pugbeautifier() abort
|
|
return neoformat#formatters#pug#pugbeautifier()
|
|
endfunction
|