Skip to content

Commit

Permalink
add plugin in make-tar/cpp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Aug 31, 2023
1 parent 723e770 commit 4729a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make-tar/cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ fi

pushd $plugged_dir

tar -cf plugged-cpp.tar coc-fzf fzf tabular vim-cpp-modern vim-markdown vim-test LeaderF coc.nvim fzf.vim tagbar vim-oscyank any-jump.vim traces.vim vim-floaterm vim-sneak asyncrun.vim nordtheme ultisnips vim-fugitive vim-snippets asynctasks.vim dracula vim-gitgutter vim-solarized8 vista.vim auto-pairs editorconfig-vim vim-code-dark vim-go vim-surround
tar -cf plugged-cpp.tar coc-fzf fzf tabular vim-cpp-modern vim-markdown vim-test LeaderF coc.nvim fzf.vim tagbar vim-oscyank any-jump.vim traces.vim vim-floaterm vim-sneak asyncrun.vim nordtheme ultisnips vim-fugitive vim-snippets asynctasks.vim dracula vim-gitgutter vim-solarized8 vista.vim auto-pairs editorconfig-vim vim-code-dark vim-go vim-surround vim-eunuch vim-qf

popd
1 change: 1 addition & 0 deletions root/.vim/vimrc.d/plugin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ if !exists('g:vscode')
Plug 'AndrewRadev/splitjoin.vim'
" 改进查找替换
Plug 'tpope/vim-abolish'
Plug 'romainl/vim-qf'

Plug 'preservim/tagbar'
" See: https://github.com/liuchengxu/vista.vim/issues/462
Expand Down

0 comments on commit 4729a26

Please sign in to comment.