Add SSH key to install

This commit is contained in:
2022-01-06 13:07:34 -08:00
parent fd8949a97d
commit 8de009d111
3 changed files with 8 additions and 3 deletions

View File

@ -2,9 +2,6 @@ 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()