Override python formatter with black
This commit is contained in:
parent
bdeccc87b9
commit
13eabb65bd
@ -117,7 +117,10 @@ nnoremap <silent> <f5> :call fzf#run({
|
|||||||
\ 'down': len(<sid>buflist()) + 2
|
\ 'down': len(<sid>buflist()) + 2
|
||||||
\ })<CR>
|
\ })<CR>
|
||||||
|
|
||||||
" Neoformat
|
" ---------- Neoformat ----------
|
||||||
|
" Override python formatter
|
||||||
|
let g:neoformat_enabled_python=['black']
|
||||||
|
|
||||||
" Enable alignment
|
" Enable alignment
|
||||||
let g:neoformat_basic_format_align = 1
|
let g:neoformat_basic_format_align = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user