Skip to content

Instantly share code, notes, and snippets.

@arbarlow
Created August 15, 2017 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbarlow/956e9070ad7a2d8359ee431ec6e7e0e2 to your computer and use it in GitHub Desktop.
Save arbarlow/956e9070ad7a2d8359ee431ec6e7e0e2 to your computer and use it in GitHub Desktop.
function! neoformat#formatters#python#autoflake() abort
return {
\ 'exe': 'autoflake',
\ 'args': ['--remove-all-unused-imports', '-i'],
\ 'replace': 1,
\ }
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment