first commit

This commit is contained in:
mr0xb 2020-02-09 19:48:56 -05:00
commit 4019af67ec
10 changed files with 2906 additions and 0 deletions

6
.vimrc.plug Normal file
View file

@ -0,0 +1,6 @@
call plug#begin('~/.vim/plugged')
Plug 'tpope/vim-fugitive'
Plug 'preservim/nerdtree'
call plug#end()