diff options
Diffstat (limited to 'bin')
-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' & |