From 424cb53cb8c982a4dc61dd0f705fdd072fbf2240 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Jan 2020 10:31:00 +0100 Subject: Remove vim-eunuch I have gotten used to press :De for issuing DeleteTrailingWhitespace, and with vim-eunuch installed this simply removes (:Delete) the current file! --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 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' } -- cgit v1.2.1 From 2e51f08c9470028766c6b370a5756d153301bc4b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 17 Jan 2020 10:34:38 +0100 Subject: Update README as I have removed support for vim <8.1 --- README.md | 11 ----------- 1 file changed, 11 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. -- cgit v1.2.1