Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saghen/blink.cmp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: saghen/blink.cmp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/luasnip-source
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    6b5f496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6225ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b97569 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb58504 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be3f43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28a4193 View commit details
    Browse the repository at this point in the history
  7. chore: remove obsolete luasnip check

    blink.cmp v1.0.0 has been release 8 months ago, this check can be
    safely removed now.
    soifou committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    7d7e03b View commit details
    Browse the repository at this point in the history
  8. feat(luasnip): enhance insertText with static text from textNodes

    Instead of displaying only `trigger`, first try to generate the
    preview from the snippet's textNodes; if that's not available, fall
    back to `docTrig` if it exists, or use the `trigger` as a last resort.
    soifou committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    3fc1815 View commit details
    Browse the repository at this point in the history
  9. chore(luasnip): deprecate opts.prefer_doc_trig

    This setting, which prefers `docTrig` over the trigger, is confusing and
    has seen little adoption despite its usefulness.
    
    Users can still opt out in v1.0, but the option will be removed in v2.0
    to simplify the codebase.
    soifou committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    1888b7b View commit details
    Browse the repository at this point in the history
  10. refactor(luasnip): wip

    Update lua annotations using refactor branch
    Fix `docTrig` replacement using Luasnip v2.4.1
    Add initial support for choice nodes
    soifou committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    f082d1c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a280624 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    8d79254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b180f0 View commit details
    Browse the repository at this point in the history
Loading