Add UndoTree and git-commentary

This commit is contained in:
2024-07-02 23:28:59 -05:00
parent 764d8ed48d
commit fe463fbf28

4
.vimrc
View File

@ -161,6 +161,10 @@ Plug 'fatih/vim-go'
Plug 'junegunn/fzf', {'do': {-> fzf#install()}}
Plug 'junegunn/fzf.vim'
Plug 'mbbill/undotree'
Plug 'tpope/vim-commentary'
call plug#end()
filetype plugin indent on