Remove auto installing vim-plug for vim
This commit is contained in:
parent
0b070e88de
commit
a775be7fa0
@ -7,14 +7,6 @@ if has('nvim')
|
|||||||
endif
|
endif
|
||||||
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 mapleader = "\<Space>"
|
||||||
let g:python3_host_prog = expand('/usr/bin/python3')
|
let g:python3_host_prog = expand('/usr/bin/python3')
|
||||||
let g:loaded_python_provider = 0
|
let g:loaded_python_provider = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user