vim/ftplugin/java.vim

4 lines
68 B
VimL

if has('pythonx')
setlocal formatexpr=format#clang_format()
endif