Skip to content

Commit

Permalink
Mention blink.cmp in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Dec 19, 2024
1 parent c7b2681 commit bd22ecc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Here's an example doing so with [lazy.nvim](https://github.com/folke/lazy.nvim):
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
-- you also will likely want nvim-cmp or some completion engine
-- you also will likely want a completion engine
-- Saghen/blink.cmp or hrsh7th/nvim-cmp are two popular options.
},

-- see details below for full configuration options
opts = {
lsp = {},
---@type lean.Config
opts = { -- see below for full configuration options
mappings = true,
}
}
Expand Down

0 comments on commit bd22ecc

Please sign in to comment.