6 lines
79 B
VimL
6 lines
79 B
VimL
" variables
|
|
let g:black_linelength=79
|
|
|
|
" keybindings
|
|
nnoremap <C-f> :Black<CR>
|