Skip to content

Commit

Permalink
docs: add note about showing on newline, tab and space
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jan 6, 2025
1 parent a0123ed commit 047444a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ vim.api.nvim_create_autocmd('User', {

### Show on newline, tab and space

Note that you may want to add the override to other sources as well, since if the LSP doesnt return any items, we won't show the menu if it was triggered by any of these three characters.

```lua
-- by default, blink.cmp will block newline, tab and space trigger characters, disable that behavior
completion.trigger.blocked_trigger_characters = {}
Expand Down

0 comments on commit 047444a

Please sign in to comment.