diff options
Diffstat (limited to '.config/nvim/lua/plugins/cmp.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/cmp.lua | 4 |
1 files changed, 0 insertions, 4 deletions
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, }, { |
