1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00
Files
dotfiles/dot_vimrc
T
2019-10-13 01:39:57 +01:00

6 lines
117 B
Plaintext

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