12 lines
215 B
Plaintext
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()
|
|
|