feat: support upcoming modes.nvim update (#274)

[modes.nvim](https://github.com/mvllow/modes.nvim) is about to
incorporate replace mode.
This commit is contained in:
not 2024-06-09 10:48:51 -05:00 committed by GitHub
commit 8c4660cfe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -454,6 +454,7 @@ local function set_highlights()
ModesCopy = { bg = palette.gold },
ModesDelete = { bg = palette.love },
ModesInsert = { bg = palette.foam },
ModesReplace = { bg = palette.pine },
ModesVisual = { bg = palette.iris },
-- kyazdani42/nvim-tree.lua