Merge pull request #48 from jopemachine/replace-deprecated

[chore] Replace deprecated plugins with `nvim-cmp`
This commit is contained in:
Folke Lemaitre 2022-05-12 18:22:21 +02:00 committed by GitHub
commit f5c31936fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Dev setup for init.lua and plugin development with full signature help, docs and
## ⚡️ Requirements
- Neovim >= 0.5.0
- completion plugin like [nvim-compe](https://github.com/hrsh7th/nvim-compe) or [completion-nvim](https://github.com/nvim-lua/completion-nvim)
- completion plugin like [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
## 📦 Installation