From 24f5cdd8055787463dd8ca73c80c1424ff06b358 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 12 Dec 2018 10:38:22 -0500 Subject: [PATCH] Add a deprecation notice --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 3a2e6c8..b1870a9 100644 --- a/README.markdown +++ b/README.markdown @@ -4,6 +4,9 @@ Manage your `'runtimepath'` with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories. +**This plugin is softly deprecated in favor of Vim's built-in package +management.** `:help packages` + ## Installation Install to `~/.vim/autoload/pathogen.vim`.