mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(blink): don't trigger automatically on insert
This commit is contained in:
parent
0b6d1c0050
commit
2cf3d234bf
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ return {
|
|||
enabled = true,
|
||||
},
|
||||
},
|
||||
trigger = {
|
||||
show_on_insert_on_trigger_character = false,
|
||||
},
|
||||
menu = {
|
||||
draw = {
|
||||
treesitter = { "lsp" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue