🔥 rm old pychcker 🎨 add invisibles
This commit is contained in:
parent
b404e0f3ab
commit
c101e90c35
1 changed files with 6 additions and 1 deletions
7
init.vim
7
init.vim
|
|
@ -27,6 +27,12 @@ Plug 'rrethy/vim-illuminate' " highlight other uses of the current word under t
|
|||
" Plug 'jupyter-vim/jupyter-vim' " one day we'll start using jupyter in vim
|
||||
call plug#end()
|
||||
|
||||
" show invisibles
|
||||
:set fileencoding=utf-8
|
||||
:set list
|
||||
" :set listchars=tab:→\ ,space:·,nbsp:␣,trail:•,eol:¶,precedes:«,extends:»
|
||||
:set listchars=tab:→\ ,nbsp:␣,trail:•,precedes:«,extends:»
|
||||
|
||||
|
||||
" syntastic recommended settings
|
||||
set statusline+=%#warningmsg#
|
||||
|
|
@ -36,7 +42,6 @@ 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_python_checker = 'flake8'
|
||||
let g:syntastic_python_checkers = ['python', 'flake8']
|
||||
let g:syntastic_python_python_exec = 'python3'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue