Skip to content

Commit

Permalink
docs: mention support for blink.cmp capabilities (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen authored Jan 17, 2025
1 parent ff10ab2 commit 9c71ad9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,10 +917,12 @@ Neovim has built-in completion based on the `triggerCharacters` sent by
language servers.
Omni completion is also available for a more traditional `vim`-like completion experience.

For more extensible and complex autocompletion setups you need a plugin such as [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp)
and a LSP completion source like [`cmp-nvim-lsp`](https://github.com/hrsh7th/cmp-nvim-lsp).
For more extensible and complex autocompletion setups,
you need a plugin such as [`nvim-cmp`](https://github.com/hrsh7th/nvim-cmp)
and a LSP completion source like [`cmp-nvim-lsp`](https://github.com/hrsh7th/cmp-nvim-lsp),
or you may use [`blink.cmp`](https://github.com/saghen/blink.cmp).
This plugin will automatically register the necessary client capabilities
if you have `cmp-nvim-lsp` installed.
if you have either `cmp-nvim-lsp` or `blink.cmp` installed.

#### I'm having issues with (auto)completion

Expand Down

0 comments on commit 9c71ad9

Please sign in to comment.