Update VIM

This commit is contained in:
2021-12-10 19:54:15 +00:00
parent d6e95c8b00
commit 9e402cdd77
6 changed files with 53 additions and 26 deletions

11
scripts/vimrc-plugins Normal file
View File

@ -0,0 +1,11 @@
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-sensible'
Plug 'blackbirdtheme/vim'
"Plug 'sheerun/vim-polyglot'
"Plug 'epmor/hotline-vim'
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
call plug#end()