Skip to content

Commit

Permalink
docs: add note about viewing README for release tag
Browse files Browse the repository at this point in the history
Related to #368
  • Loading branch information
Saghen committed Nov 24, 2024
1 parent 5d515ba commit 11bf9e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
> [!WARNING]
> This plugin is _beta_ quality. Expect breaking changes and many bugs
> [!NOTE]
> If you're on a release tag, ensure you're viewing the README for your version
> https://github.com/Saghen/blink.cmp/tags
# Blink Completion (blink.cmp)

**blink.cmp** is a completion plugin with support for LSPs and external sources that updates on every keystroke with minimal overhead (0.5-4ms async). It use a [custom SIMD fuzzy searcher](https://github.com/saghen/frizbee) to easily handle >20k items. It provides extensibility via hooks into the trigger, sources and rendering pipeline. Plenty of work has been put into making each stage of the pipeline as intelligent as possible, such as frecency and proximity bonus on fuzzy matching, and this work is on-going.
Expand Down

0 comments on commit 11bf9e6

Please sign in to comment.