summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-01-17 10:31:00 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-01-17 10:31:00 +0100
commit424cb53cb8c982a4dc61dd0f705fdd072fbf2240 (patch)
tree68aa9df638187929b7199738994a1c67f4424d29
parentb84b7025fc178e4f6106d8c1ab6616dfa82baff3 (diff)
Remove vim-eunuch
I have gotten used to press :De<TAB> for issuing DeleteTrailingWhitespace, and with vim-eunuch installed this simply removes (:Delete) the current file!
-rw-r--r--vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index b848b39..dedcf1b 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Thu Nov 21, 2019 at 03:06 PM +0100
+" Last Change: Fri Nov 22, 2019 at 07:41 AM +0100
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -22,7 +22,6 @@ call plug#begin('~/.vim/plugged')
" The basics
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-scriptease' " gives me K for looking up docs in vim scripts
-Plug 'tpope/vim-eunuch' " :Remove and the like
Plug 'hrp/EnhancedCommentify'
Plug 'vim-scripts/DeleteTrailingWhitespace'
Plug 'jranke/lastchange.vim', { 'branch': 'jranke' }

Contact - Imprint