summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-09-02 00:53:55 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-09-11 20:33:01 +0200
commit800323c0c069f38976ea73907bf1561d13f037b4 (patch)
tree0b660a83094f54516426588613dc2b387700e66c /nixos/doc/manual
parent39442404769e526f9bbb99e0cd82e79db83fc37c (diff)
downloadnixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar.gz
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar.bz2
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar.lz
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar.xz
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.tar.zst
nixpkgs-800323c0c069f38976ea73907bf1561d13f037b4.zip
doc(vim): take into account plug non-support
Apply suggestions from code review

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md3
2 files changed, 8 insertions, 1 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 1e9e28d4213..b38a9009992 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -489,6 +489,12 @@
       </listitem>
       <listitem>
         <para>
+          Neovim can not be configured with plug anymore (still works
+          for vim).
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <literal>k3s</literal> no longer supports docker as runtime
           due to upstream dropping support.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index abd3a739e6c..0426d8e7055 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -168,7 +168,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 - The `paperless` module now defaults `PAPERLESS_TIME_ZONE` to your configured system timezone.
 
 - (Neo)Vim can not be configured with `configure.pathogen` anymore to reduce maintainance burden.
-Use `configure.packages` instead.
+  Use `configure.packages` instead.
+- Neovim can not be configured with plug anymore (still works for vim).
 
 - `k3s` no longer supports docker as runtime due to upstream dropping support.