Several changes to vim and i3

This commit is contained in:
2018-04-12 00:42:03 +02:00
parent 502a49e811
commit f482f452e9
277 changed files with 25 additions and 27107 deletions

View File

@ -85,14 +85,16 @@ let g:SimpylFold_docstring_preview = 1
let g:SuperTabDefaultCompletionType = "<c-space>"
" Syntastic
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_mode_map={"mode":"active", "active_filetypes": [], "passive_filetypes": ['tex']}
let g:syntastic_python_checkers=['flake8']
let g:syntastic_python_flake8_args='--ignore=E501,E225'
" let g:syntastic_always_populate_loc_list = 1
" let g:syntastic_auto_loc_list = 1
" let g:syntastic_check_on_open = 1
" let g:syntastic_check_on_wq = 0
" let g:syntastic_mode_map={"mode":"active", "active_filetypes": [], "passive_filetypes": ['tex']}
" let g:syntastic_python_checkers=['flake8']
" let g:syntastic_python_flake8_args='--ignore=E501,E225'
" Ale
let g:ale_linters = {"python": ["flake8"]}
" UltiSnips
let g:UltiSnipsJumpForwardTrigger="<c-b>"