From 68e8635ae1613e662705e9e37d019c84fabef5d1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 2 Jul 2024 13:15:26 +0100 Subject: [PATCH] Switch back to upstream cmp-git --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index dabc6b7..5a8a74c 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -50,7 +50,7 @@ return { 'saadparwaiz1/cmp_luasnip', -- Source for LuaSnip snippets 'hrsh7th/cmp-buffer', -- Source for buffer words 'hrsh7th/cmp-path', -- Source for filesystem paths - 'kbenzie/cmp-git', -- Source for Git/GitHub/GitLab + 'petertriho/cmp-git', -- Source for Git/GitHub/GitLab 'hrsh7th/nvim-cmp', -- Completion engine combines and uses the above -- Lua vim module support in lua language server