Remove hardtime plugin

master
Hektor Misplon 2020-12-20 15:37:36 +01:00
parent 483135907c
commit fa06db8b30
1 changed files with 0 additions and 6 deletions

6
.vimrc
View File

@ -120,7 +120,6 @@ call plug#begin()
" Plugins: General
Plug 'tpope/vim-commentary'
Plug 'takac/vim-hardtime'
Plug 'machakann/vim-sandwich'
Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
@ -223,11 +222,6 @@ au Filetype supercollider packadd scvim
let g:tidal_default_config = {"socket_name": "default", "target_pane": "tidal:1.1"}
" Plugin: Hardtime
let g:hardtime_default_on = 1
let g:hardtime_maxcount = 4
" Plugin: vim-slime
let g:slime_default_config={"socket_name": get(split($TMUX, ","), 0), "target_pane": '{last}'}