summaryrefslogtreecommitdiff
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
parent2a7b9d2525692e8d7aa04b4eff9e4ec5949a3f85 (diff)
parent2e51f08c9470028766c6b370a5756d153301bc4b (diff)
Merge branch 'master' of github.com:jranke/dotfiles
-rw-r--r--README.md11
-rw-r--r--vimrc3
2 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 54c7465..6339a3c 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,3 @@ plugins, open vim and type
```vim
:PlugInstall
```
-
-For vim versions <= 7.4.1453 (as on Debian jessie) the legacy vim plugin
-Vim-R-plugin version 1.2.8 will be configured for vim-plug. To install the
-corresponding vimcom package from github, type
-
-```bash
-make vimcom
-```
-
-Note that the vim version in Debian wheezy is < 7.4 and therefore an even older
-version of the R plugin would be necessary.
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