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" },