From 17ea5803ab7b91b17be723b971c3b5d2f8cd4b51 Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 18 May 2024 21:46:35 -0700 Subject: [PATCH] Clarify vim.g.deprecation_warnings behavior 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