|
@ -8,8 +8,6 @@ if empty(glob("~/.config/nvim/autoload/plug.vim")) |
|
|
endif |
|
|
endif |
|
|
call plug#begin() |
|
|
call plug#begin() |
|
|
|
|
|
|
|
|
Plug 'VundleVim/Vundle.vim' " let Vundle manage Vundle, required |
|
|
|
|
|
|
|
|
|
|
|
Plug 'tpope/vim-fugitive' " Git integration |
|
|
Plug 'tpope/vim-fugitive' " Git integration |
|
|
Plug 'tpope/vim-sensible' " Defaults everyone can agree on |
|
|
Plug 'tpope/vim-sensible' " Defaults everyone can agree on |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|
Plug 'tpope/vim-surround' " better handling of surrounding markers |
|
|