mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
first commit
This commit is contained in:
commit
4019af67ec
10 changed files with 2906 additions and 0 deletions
6
.vimrc.plug
Normal file
6
.vimrc.plug
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'preservim/nerdtree'
|
||||
|
||||
call plug#end()
|
||||
Loading…
Reference in a new issue