From 6b1d4670835b9147cfc7c35bdc94d24cfbda7a4f Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 11 Jul 2023 19:14:56 -0400 Subject: nvim: remove a few plugins --- .config/nvim/lua/plugins/cmp.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to '.config/nvim/lua/plugins/cmp.lua') diff --git a/.config/nvim/lua/plugins/cmp.lua b/.config/nvim/lua/plugins/cmp.lua index 19b091f..b085a9f 100644 --- a/.config/nvim/lua/plugins/cmp.lua +++ b/.config/nvim/lua/plugins/cmp.lua @@ -4,7 +4,6 @@ return { dependencies = { "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", - "petertriho/cmp-git", "nvim-lua/plenary.nvim", "hrsh7th/cmp-nvim-lsp", "saadparwaiz1/cmp_luasnip", @@ -57,13 +56,10 @@ return { { name = "nvim_lsp" }, { name = "path" }, { name = "conjure" }, - { name = "git" }, }, { { name = "buffer" }, }), }) - - require("cmp_git").setup() end, }, { -- cgit v1.2.3