1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-09-22 17:48:29 +01:00
Files
2019-10-13 03:01:03 +01:00

7 lines
144 B
Plaintext

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