1
0
Fork 0

python-specific plugins are back

This commit is contained in:
Von Random 2018-06-25 15:13:09 +03:00
parent db97e9a879
commit e06b565983
5 changed files with 24 additions and 15 deletions

3
vimrc
View file

@ -67,9 +67,10 @@ if v:version >= 800
if expand('%:p:h') =~ 'vimwiki'
packadd vimwiki
endif
autocmd FileType python packadd jedi-vim | packadd ale
" yaaay themes
if has('gui_running') || $TERM =~ '^\(tmux\|st\)'
if has('gui_running') || $TERM =~ '^\(st\|tmux\|xterm\)'
let &t_8f = "\033[38;2;%lu;%lu;%lum"
let &t_8b = "\033[48;2;%lu;%lu;%lum"
set termguicolors