fix(blink): dont use ghost text when ai_cmp is enabled

This commit is contained in:
Folke Lemaitre 2024-12-03 11:27:33 +01:00
parent 3571320035
commit df4771ff79
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -54,7 +54,7 @@ return {
auto_show_delay_ms = 200,
},
ghost_text = {
enabled = true,
enabled = vim.g.ai_cmp,
},
},