8 lines
257 B
VimL
Raw Normal View History

2012-12-02 17:12:49 +01:00
"Set the formatter name and arguments for this filetype
2012-12-02 19:55:32 +01:00
let s:prgname = "autopep8"
2012-12-02 17:12:49 +01:00
let s:arguments = "/dev/stdin"
"Set the formatprg option, if the formatter is installed
"globally or in the formatters folder
call g:FindFormatter(s:prgname, s:arguments)