From c277c0778b067faa82900eae753300a4b963a5f6 Mon Sep 17 00:00:00 2001
From: Dedguy21 <49103740+dedguy21@users.noreply.github.com>
Date: Fri, 10 Mar 2023 00:37:23 -0800
Subject: [PATCH] Remove `jameshiew/nvim-magic` (#708)

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 28e44ea..956ae85 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,6 @@ You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/w
 ### Completion
 
 - [ms-jpq/coq_nvim](https://github.com/ms-jpq/coq_nvim) - Fast as FUCK Neovim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
-- [jameshiew/nvim-magic](https://github.com/jameshiew/nvim-magic) - Framework for integrating AI code assistance.
 - [hrsh7th/nvim-cmp](https://github.com/hrsh7th/nvim-cmp) - A completion plugin written in Lua. New version of nvim-compe.
   - [lukas-reineke/cmp-under-comparator](https://github.com/lukas-reineke/cmp-under-comparator) - A nvim-cmp function for better sorting.
 - [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.