1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00

Merge remote-tracking branch 'ssfdust/master' into checkers_layer

This commit is contained in:
Shidong Wang 2018-12-19 00:01:08 +08:00
commit c23abc4ad6

View File

@ -50,12 +50,6 @@ function! SpaceVim#layers#lang#python#config() abort
" }}}
let g:neoformat_python_autoflake = {
\ 'exe': 'autoflake',
\ 'args': ['--in-place', '--remove-duplicate-keys', '--expand-star-imports'],
\ 'stdin': 0,
\ }
call SpaceVim#plugins#runner#reg_runner('python',
\ {
\ 'exe' : function('s:getexe'),