Satisfy vint's complaints
This commit is contained in:
parent
cfc7bf41a8
commit
be91b857f6
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
|
set encoding=utf-8
|
||||||
|
scriptencoding utf-8
|
||||||
|
|
||||||
if !filereadable($XDG_CACHE_HOME . '/vim/autoload/plug.vim')
|
if !filereadable($XDG_CACHE_HOME . '/vim/autoload/plug.vim')
|
||||||
silent !curl -fLo $XDG_CACHE_HOME/vim/autoload/plug.vim --create-dirs 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
silent !curl -fLo $XDG_CACHE_HOME/vim/autoload/plug.vim --create-dirs 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
autocmd VimEnter * PlugInstall
|
augroup vimplug
|
||||||
|
autocmd VimEnter * PlugInstall
|
||||||
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call plug#begin($XDG_CACHE_HOME . '/vim/bundle')
|
call plug#begin($XDG_CACHE_HOME . '/vim/bundle')
|
||||||
|
|
Loading…
Reference in a new issue