From 22c4eadef5920e0a77d537727868d4fa87f1c384 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sun, 19 May 2024 00:23:37 -0700 Subject: [PATCH] docs: Clarify vim.g.deprecation_warnings behavior (#3229) The previous wording was a little clunky (disable disabling). This removes the double negative. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 754615b9..72882791 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,7 +14,7 @@ - **Languages**: other language extras - new option `vim.g.deprecation_warnings` to disable deprecation warnings - Defaults to `false`. To disable, set it to `true` in your `options.lua` + Defaults to `false`. To enable deprecation warnings, set it to `true` in your `options.lua` - `vim-illuminate` move to extras Document highlights now use native lsp functionality by default