mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(blink): dont use ghost text when ai_cmp is enabled
This commit is contained in:
parent
3571320035
commit
df4771ff79
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ return {
|
|||
auto_show_delay_ms = 200,
|
||||
},
|
||||
ghost_text = {
|
||||
enabled = true,
|
||||
enabled = vim.g.ai_cmp,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue