Skip to content

Commit

Permalink
chore(blink): do not show completion inside empty bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Dec 16, 2024
1 parent 5085b63 commit 0c9a8b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ local plugins = {

completion = {
accept = { auto_brackets = { enabled = true } },
trigger = {
show_on_insert_on_trigger_character = false,
},
menu = {
border = vim.g.border_style,
scrolloff = 1,
Expand Down

0 comments on commit 0c9a8b0

Please sign in to comment.