disable blink

This commit is contained in:
2025-04-01 23:20:31 +02:00
parent 8dedf49447
commit 0699d2a3a8
2 changed files with 3 additions and 3 deletions

View File

@ -233,5 +233,5 @@ return {
-- allows extending the providers array elsewhere in your config
-- without having to redefine it
opts_extend = { 'sources.default' },
enabled = true
enabled = false
}