diff options
author | Guangxiong Lin <[email protected]> | 2022-01-22 09:45:35 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-01-22 09:45:35 +0800 |
commit | db20be0174b16c3c61714524473479fcbcd97bee (patch) | |
tree | 1065f95643ae5530e59115604d8879c5ecac41c5 | |
parent | 3d9110aedd56db9305940acae9a3767906119da4 (diff) | |
download | dotfiles-db20be0174b16c3c61714524473479fcbcd97bee.tar.gz dotfiles-db20be0174b16c3c61714524473479fcbcd97bee.tar.bz2 dotfiles-db20be0174b16c3c61714524473479fcbcd97bee.zip |
Add vim package vim-flog
-rwxr-xr-x | bin/vim-pack | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vim-pack b/bin/vim-pack index 907cf87..dcc96f1 100755 --- a/bin/vim-pack +++ b/bin/vim-pack @@ -84,6 +84,7 @@ install_ycm () { update_package 'YouCompleteMe' 'https://github.com/ycm-core/YouCompleteMe.git' 'start' 'install_ycm' & update_package "nnn.vim" "https://github.com/mcchrish/nnn.vim.git" & update_package 'vim-fugitive' 'https://github.com/tpope/vim-fugitive.git' & +update_package 'vim-flog' 'https://github.com/rbong/vim-flog.git' & update_package 'fzf' 'https://github.com/junegunn/fzf.git' & update_package 'fzf.vim' 'https://github.com/junegunn/fzf.vim.git' & update_package 'ultisnips' 'https://github.com/SirVer/ultisnips.git' & |