mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-21 18:25:46 +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()
|