From 66ceb05a5402a2409356a66bd2f43d3b991e67f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 14 Apr 2024 18:03:08 +0200 Subject: [PATCH] weird error --- lua/plugins/init.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 0e460a0..78d21f5 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -122,14 +122,14 @@ return { end, }, - { - "hrsh7th/nvim-cmp", - opts = function() - local M = require "plugins.configs.cmp" - table.insert(M.sources, {name = "crates"}) - return M - end, - }, + -- { + -- "hrsh7th/nvim-cmp", + -- opts = function() + -- local M = require "plugins.configs.cmp" + -- table.insert(M.sources, {name = "crates"}) + -- return M + -- end, + -- }, { "nanotee/zoxide.vim",