dotenv/scripts/vimrc-plugins
2021-12-10 19:54:15 +00:00

12 lines
215 B
Plaintext

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()