From 16e1ce060e1b3ba7d7d0308109c859aaaedeacd6 Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Thu, 22 Feb 2024 12:31:29 +0100 Subject: [PATCH] Add `deathbeam/autocomplete.nvim` Signed-off-by: Tomas Slusny --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6a2a38..3447483 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting. - [SergioRibera/cmp-dotenv](https://github.com/SergioRibera/cmp-dotenv) - Load environment variables from the shell or from your `.env` files. - [echasnovski/mini.nvim#mini.completion](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-completion.md) - Module of `mini.nvim` for asynchronous two-stage completion. Supports showing completion item info and independent function signature. +- [deathbeam/autocomplete.nvim](https://github.com/deathbeam/autocomplete_nvim) - Very simple and minimal autocompletion for cmdline and buffer using LSP and Tree-sitter with signature help. - [vigoux/complementree.nvim](https://github.com/vigoux/complementree.nvim) - Light and synchronous completion plugin based on tree-sitter and with a functional-programming interface. - [nvimdev/epo.nvim](https://github.com/nvimdev/epo.nvim) - Blazingly fast, minimal LSP auto-completion and snippet engine. - [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim).