diff --git a/.github/workflows/gitee_sync_dependencies.yml b/.github/workflows/gitee_sync_dependencies.yml index ed222f2..4d20616 100644 --- a/.github/workflows/gitee_sync_dependencies.yml +++ b/.github/workflows/gitee_sync_dependencies.yml @@ -87,7 +87,7 @@ jobs: clone_style: "https" debug: true force_update: true - static_list: "tpm,tmux-resurrect" + static_list: "tpm,tmux-resurrect,tmux-yank" timeout: '600s' vundle-vim: runs-on: ubuntu-20.04 diff --git a/.vimrc2 b/.vimrc2 index f125af3..271c162 100644 --- a/.vimrc2 +++ b/.vimrc2 @@ -14,9 +14,8 @@ set cursorline set syntax=on set autoindent set smartindent -set tabstop=4 -set shiftwidth=4 set expandtab "spaces instead of tabs +set tabstop=4 softtabstop=4 shiftwidth=4 set backspace=indent,eol,start set number "line numbers set history=1000