vimrc: line length of 88
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2022-01-03 14:42:19 +01:00 committed by Johannes Rothe
parent 5b39145de8
commit 91420d6c92

View File

@ -1,5 +1,5 @@
set number set number
set colorcolumn=80 set colorcolumn=88
set background=dark set background=dark
set cursorline set cursorline
syntax on syntax on
@ -53,7 +53,7 @@ let g:ale_python_pylint_options = '--disable=C0111'
let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs' let g:ale_python_mypy_options = '--ignore-missing-imports --disallow-untyped-defs --disallow-incomplete-defs'
" Black " Black
let g:black_linelength = 80 let g:black_linelength = 88
" ycm " ycm
let g:ycm_autoclose_preview_window_after_insertion = 1 let g:ycm_autoclose_preview_window_after_insertion = 1