1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

modified: dot_vimrc

This commit is contained in:
DazAh
2019-10-13 03:01:03 +01:00
parent 8c493456ce
commit aaf8fba3f3
+1
View File
@@ -2,4 +2,5 @@
call plug#begin('~/.vim/plugged') call plug#begin('~/.vim/plugged')
Plug 'junegunn/fzf' Plug 'junegunn/fzf'
Plug 'ledger/vim-ledger' Plug 'ledger/vim-ledger'
Plug 'scrooloose/nerdtree'
call plug#end() call plug#end()