Added for vim installation the plug.vim

This commit is contained in:
Marcin Woźniak 2021-10-01 20:07:18 +02:00
parent 07ee50dbdc
commit dbf3ee54bf
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ if has('nvim')
endif
endif
if version >= 8.0
if ! filereadable(system('echo -n "$HOME/.vim/autoload/plug.vim"'))
silent !mkdir -p $HOME/.vim/autoload/
silent !curl --silent "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim" > $HOME/.vim/autoload/plug.vim
autocmd VimEnter * PlugInstall
endif
endif
let mapleader = "\<Space>"
let g:python3_host_prog = expand('/usr/src/python')
set laststatus=2