feat: remove config deprecation in v0.3.0 (#129)

This commit is contained in:
Barrett Ruth 2026-02-18 13:34:43 -05:00 committed by GitHub
parent d68cddb1a4
commit b1abfe4f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 84 deletions

View file

@ -36,7 +36,7 @@ etc.) works without vim-fugitive.
==============================================================================
SETUP *diffs-setup*
Using lazy.nvim: >lua
Install with lazy.nvim: >lua
{
'barrettruth/diffs.nvim',
dependencies = { 'tpope/vim-fugitive' },
@ -621,10 +621,6 @@ line visuals. The overrides are reapplied on `ColorScheme` since Neogit
re-defines its groups then. When `neogit = false`, no highlight overrides
are applied.
Deprecated: ~
The `filetypes` config key still works but is deprecated and will be
removed in 0.3.0. Use `fugitive`, `neogit`, and `extra_filetypes` instead.
==============================================================================
API *diffs-api*