mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
Merge remote-tracking branch 'ssfdust/master' into checkers_layer
This commit is contained in:
commit
c23abc4ad6
@ -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',
|
call SpaceVim#plugins#runner#reg_runner('python',
|
||||||
\ {
|
\ {
|
||||||
\ 'exe' : function('s:getexe'),
|
\ 'exe' : function('s:getexe'),
|
||||||
|
Loading…
Reference in New Issue
Block a user