" Config File for vim
call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf'
Plug 'ledger/vim-ledger'
Plug 'scrooloose/nerdtree'
call plug#end()
