fix vim config
This commit is contained in:
parent
d85272c78f
commit
ad4eec0cd7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
if filereadable(expand("$HOME/.vim/plugged/vim-plug/plug.vim"))
|
if filereadable(expand("$HOME/.vim/plugged/vim-plug/plug.vim"))
|
||||||
set noshowmode
|
set noshowmode
|
||||||
source ~/.vimplug/vim-plug/plug.vim
|
source ~/.vim/plugged/vim-plug/plug.vim
|
||||||
silent!call plug#begin('~/.vim/plugged')
|
silent!call plug#begin('~/.vim/plugged')
|
||||||
" plugin manager for self updates
|
" plugin manager for self updates
|
||||||
Plug 'junegunn/vim-plug'
|
Plug 'junegunn/vim-plug'
|
||||||
|
|
Loading…
Reference in a new issue