mirror of
https://github.com/DazAh/dotfiles
synced 2026-09-22 17:48:29 +01:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
" Config File for vim
|
|
call plug#begin('~/.vim/plugged')
|
|
Plug 'junegunn/fzf'
|
|
Plug 'ledger/vim-ledger'
|
|
call plug#end()
|