diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-02-03 14:39:21 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-02-03 14:39:21 +0100 |
| commit | 70375b4962152133c0423115427d7eaa006822d6 (patch) | |
| tree | d5608c6638f202ff17566fce60b5460da1d26304 /.vim | |
| parent | 053556962bb2d29ac76bcca51cabd1df238f80e3 (diff) | |
| parent | e200c8d78ca1d3388c25c1cef8892b1dd015bbf7 (diff) | |
update
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 36cf414..48d5950 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -1,7 +1,12 @@ #!/bin/sh -e -plugins='https://github.com/mvertes/vimki https://github.com/fatih/vim-go' -ht='vim -c "helptags doc" -c "q"' +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"' mkdir -p start cd start |
