Update .vimrc
This commit is contained in:
parent
300984f512
commit
b10b2e3ebe
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -11,6 +11,7 @@ autocmd VimEnter * if len(filter(values(g:plugs), '!isdirectory(v:val.dir)'))
|
|||
|
||||
call plug#begin()
|
||||
|
||||
Plug 'tpope/vim-sensible'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
|
|
Loading…
Reference in a new issue