1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Add sleuth plugin

This commit is contained in:
Valentin Brandl 2019-04-28 21:28:23 +02:00
parent 92555cc9b3
commit 1fac8720d0
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -20,6 +20,9 @@ Plug 'tpope/vim-surround'
" make plugin commands repeatable
Plug 'tpope/vim-repeat'
" autodetect tabwidth
Plug 'tpope/vim-sleuth'
" dispatch into tmux panes
Plug 'tpope/vim-dispatch', Cond(!empty($TMUX))