Skip to content

Commit

Permalink
docs: fix incorrect reference to trigger.completion.show_in_snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Oct 30, 2024
1 parent 2a91815 commit 1129ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ MiniDeps.add({
-- ['<S-Tab>'] = { 'snippet_backward', 'fallback' },
--
-- "super-tab" keymap
-- you may want to set `trigger.show_in_snippet = false` when using "super-tab"
-- you may want to set `trigger.completion.show_in_snippet = false` when using "super-tab"
-- or use `window.autocomplete.selection = "manual" | "auto_insert"`
--
-- ['<C-space>'] = { 'show', 'show_documentation', 'hide_documentation' },
Expand Down

0 comments on commit 1129ab1

Please sign in to comment.