From a1ad23574310f0ca7aedd916192855a3e2a46729 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 13 Jun 2022 15:25:46 +0200 Subject: vimUtils: deprecate configure.pathogen (#154814) pathogen does not bring any value compared to vim native packages so remove it to ease maintainance burden. --- doc/languages-frameworks/vim.section.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc') diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md index 563fdf45a8611..6d7efe455b136 100644 --- a/doc/languages-frameworks/vim.section.md +++ b/doc/languages-frameworks/vim.section.md @@ -277,9 +277,6 @@ my-vim = copy paste output2 here ]; - # Pathogen would be - # vimrcConfig.pathogen.knownPlugins = plugins; # plugins - # vimrcConfig.pathogen.pluginNames = ["tlib"]; }; ``` -- cgit 1.4.1