diff options
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | vimrc | 3 |
2 files changed, 1 insertions, 13 deletions
@@ -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. @@ -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' } |