patch: mix fixes (#33)

- During build time multiple warnings were shown about the deprecation
of certain options. These have been moved to their new places.
- Disable the CMP Ghost Text option because it was driving me nuts.
This commit is contained in:
Roel de Cort 2024-09-11 20:56:19 +02:00 committed by GitHub
parent 490a7bc905
commit f44000e518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 133 additions and 127 deletions

View file

@ -5,7 +5,7 @@
enable = true;
settings = {
autoEnableSources = true;
experimental = {ghost_text = true;};
experimental = {ghost_text = false;};
performance = {
debounce = 60;
fetchingTimeout = 200;