diff options
| author | Marc Vertes <mvertes@free.fr> | 2021-06-12 00:24:05 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2021-06-12 00:24:05 +0200 |
| commit | 445652e876c99ea24f7211f356c2a3d2c41d5d09 (patch) | |
| tree | f08fd661288d4dd7399d3e80c5541e03610ab52b /.vim | |
| parent | 6462de909492c58a8b1061633cec1c325539b3b6 (diff) | |
update
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 388a620..48d5950 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -4,6 +4,7 @@ plugins=' git@github.com:mvertes/vimki git@github.com:fatih/vim-go git@github.com:othree/xml.vim +git@github.com:junegunn/fzf.vim ' ht='test -d doc && vim -c "helptags doc" -c "q"' |
