From 1350e87fa4d8801183fed2f2c3e9f001fc320fe7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Fri, 23 May 2025 21:36:20 +0100 Subject: [PATCH] maintaining: add sub "Deprecation" section --- MAINTAINING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINING.md b/MAINTAINING.md index 23a41cad..4bb3fd36 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -2,3 +2,6 @@ This file is intended as a reference for Nixvim's core maintainers, although it may be interesting for anyone curious how we do certain things. +## Deprecation + +The deprecation policy discussion is happening in [#3181](https://github.com/nix-community/nixvim/issues/3181).