python-specific plugins are back
This commit is contained in:
parent
db97e9a879
commit
e06b565983
5 changed files with 24 additions and 15 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue