feat: remove config deprecation in v0.3.0 (#129)
This commit is contained in:
parent
d68cddb1a4
commit
b1abfe4f4a
3 changed files with 4 additions and 84 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue