summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-01-17 10:41:09 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-01-17 10:41:09 +0100
commit22312396a669404916bcb01f995603f4134eef99 (patch)
tree4c706ec050e83a9e1055ea99e2b143625494ac47 /vimrc
parent2a7b9d2525692e8d7aa04b4eff9e4ec5949a3f85 (diff)
parent2e51f08c9470028766c6b370a5756d153301bc4b (diff)
Merge branch 'master' of github.com:jranke/dotfiles
Diffstat (limited to 'vimrc')
-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