diff --git a/roles/dotfiles/files/vimrc b/roles/dotfiles/files/vimrc index cd26f02..54cab63 100644 --- a/roles/dotfiles/files/vimrc +++ b/roles/dotfiles/files/vimrc @@ -1,5 +1,5 @@ set number -set colorcolumn=80 +set colorcolumn=88 set background=dark set cursorline 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' " Black -let g:black_linelength = 80 +let g:black_linelength = 88 " ycm let g:ycm_autoclose_preview_window_after_insertion = 1