diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-11 19:14:56 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-19 11:52:52 -0400 |
| commit | 6b1d4670835b9147cfc7c35bdc94d24cfbda7a4f (patch) | |
| tree | d5a6e30242f230175168c5221db09ab8c4c3cefe /.config/nvim/lua/plugins/cmp.lua | |
| parent | e2f8339d5a0543100dd5b382d9f5fe292491e212 (diff) | |
nvim: remove a few plugins
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, }, { |
