From af41ebe8e3e75a95419fd9779b2b8e80b1c16d04 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 16:49:42 +0200 Subject: [PATCH] [UPDATE][VIM] Remove speeddating plugin --- vim/.vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 907433f..d35b824 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -138,8 +138,6 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-repeat' " Some ex command mappings Plug 'tpope/vim-unimpaired' -" Super-powered increment/decrement -Plug 'tpope/vim-speeddating' " }}} " Snippets {{{