From c4322b2b5aba3920535b1cd11f7f59590c6e1a6d Mon Sep 17 00:00:00 2001 From: th3r00t Date: Tue, 9 Sep 2025 12:38:26 -0400 Subject: [PATCH] Changing Completion Engines --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 2040e12..b74d30c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -25,7 +25,7 @@ vim.pack.add({ -- { src = "https://github.com/hrsh7th/cmp-path" }, -- { src = "https://github.com/hrsh7th/cmp-cmdline" }, -- { src = "https://github.com/hrsh7th/cmp-nvim-lua" }, - { src = "https://github.com/saadparwaiz1/cmp_luasnip" }, + -- { src = "https://github.com/saadparwaiz1/cmp_luasnip" }, { src = "https://github.com/github/copilot.vim" }, { src = "https://github.com/pysan3/pathlib.nvim" }, { src = "https://github.com/nvim-orgmode/org-bullets.nvim" },