feat(ci): sync tmux-yank

This commit is contained in:
xiongdian.me 2024-04-26 10:56:09 +08:00
parent 534a8c5516
commit 26598863f0
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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