docs: Clarify vim.g.deprecation_warnings behavior (#3229)

The previous wording was a little clunky (disable disabling). This removes the double negative.
This commit is contained in:
Aaron Lichtman 2024-05-19 00:23:37 -07:00 committed by GitHub
parent b0128b60bf
commit 22c4eadef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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