summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMatthieu Coudron <teto@users.noreply.github.com>2022-06-13 15:25:46 +0200
committerGitHub <noreply@github.com>2022-06-13 15:25:46 +0200
commita1ad23574310f0ca7aedd916192855a3e2a46729 (patch)
treef265a6da7e929cc526ad891cf77160faa886b79a /doc
parent5ed22350508f1fd0b79d56f39552a4ea5c163c2e (diff)
downloadnixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar.gz
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar.bz2
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar.lz
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar.xz
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.tar.zst
nixpkgs-a1ad23574310f0ca7aedd916192855a3e2a46729.zip
vimUtils: deprecate configure.pathogen (#154814)
pathogen does not bring any value compared to vim native packages so
remove it to ease maintainance burden.
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/vim.section.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md
index 563fdf45a86..6d7efe455b1 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"];
   };
 ```