9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
call plug#begin('~/.vim/plugged')
|
|
|
|
Plug 'tpope/vim-sensible'
|
|
Plug 'blackbirdtheme/vim'
|
|
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
|
|
|
|
call plug#end()
|
|
|