Expand docs for select_next_item select_prev_item#1626
Merged
hrsh7th merged 1 commit intohrsh7th:mainfrom Jun 21, 2023
Merged
Conversation
Owner
|
Thank you! |
williamboman
added a commit
to williamboman/nvim-cmp
that referenced
this pull request
Oct 26, 2023
…indow * upstream/main: Expand docs for select_next_item select_prev_item (hrsh7th#1626) fix type of the config.autocomplete to accept false (hrsh7th#1624) Update ghost_text type to allow true (hrsh7th#1616) Format with stylua fix: huge single line performance (hrsh7th#1433) (hrsh7th#1615) Format with stylua restore max_item_count fix(async): properly trigger callbacks when canceling and fix delays in `throttle.sync` (hrsh7th#1611) Improve types related to mapping definitions (hrsh7th#1604) fix: handle godot LSP better (hrsh7th#1592) Updating documentation as cmp_git source as been moved to git (hrsh7th#1603) fix(entry): fix matches highlight information fixes hrsh7th#1426 fix(entry): remove offset + 1 for tailwindcss Add extmark inline feature detection Restore schedule_wrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this took me a while to figure out, see here:
#1625