diff --git a/make-tar/cpp.sh b/make-tar/cpp.sh index 2ed72bc..e86ce9c 100755 --- a/make-tar/cpp.sh +++ b/make-tar/cpp.sh @@ -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 diff --git a/root/.vim/vimrc.d/plugin.vim b/root/.vim/vimrc.d/plugin.vim index 900a366..82ae789 100644 --- a/root/.vim/vimrc.d/plugin.vim +++ b/root/.vim/vimrc.d/plugin.vim @@ -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