Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
csr13 committed Apr 22, 2023
1 parent 54e2ebc commit b0c0906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ if filereadable(expand("~/.vimrc.plug"))
source ~/.vimrc.plug
endif

if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
endif

call plug#begin()
Plug 'junegunn/vim-easy-align'
Plug 'preservim/nerdtree'
Expand Down

0 comments on commit b0c0906

Please sign in to comment.