home/neovim: Add arguments to black call in NeoFormat

This commit is contained in:
fleaz 2023-06-06 15:18:23 +02:00
parent 8c27c3045b
commit 9940abd168
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -210,6 +210,9 @@
let g:go_highlight_operators = 1
let g:go_highlight_build_constraints = 1
" neoformat
let g:neoformat_python_black = { 'args': ['-l 120'] }
lua << EOF
require("bufferline").setup{}
EOF