diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-09-13 11:59:07 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-09-13 11:59:07 +0200 |
| commit | cdb2f0fda7af95771cc24b4723d6d43b9e71d209 (patch) | |
| tree | 1e29410a122d042b8e7aed6ed83eec9c081d4dd4 /.vim | |
| parent | 002cc250e24d2da9477f71861b6cfc8652503b5c (diff) | |
update
Diffstat (limited to '.vim')
| -rwxr-xr-x | .vim/pack/mvertes/install.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/pack/mvertes/install.sh b/.vim/pack/mvertes/install.sh index 8843982..e9cfa0e 100755 --- a/.vim/pack/mvertes/install.sh +++ b/.vim/pack/mvertes/install.sh @@ -2,10 +2,11 @@ plugins=' git@github.com:junegunn/fzf.vim -#git@github.com:fatih/vim-go +git@github.com:fatih/vim-go git@github.com:mvertes/vimki -git@github.com:prabirshrestha/vim-lsp ' +# git@github.com:prabirshrestha/vim-lsp + ht='test -d doc && vim -c "helptags doc" -c "q"' mkdir -p start |
