follow neovim's truecolor detection (#9577)

This commit is contained in:
Kirawi 2024-02-11 12:38:09 -05:00 committed by GitHub
parent 581a1ebf5d
commit 786b5c533e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 6 deletions

View file

@ -42,6 +42,7 @@ signal-hook = "0.3"
tokio-stream = "0.1"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
arc-swap = { version = "1.6.0" }
termini = "1"
# Logging
fern = "0.6"