This commit is contained in:
parent
5b39145de8
commit
91420d6c92
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user