weird error

This commit is contained in:
2024-04-14 18:03:08 +02:00
parent 987f818989
commit 66ceb05a54

View File

@@ -122,14 +122,14 @@ return {
end, end,
}, },
{ -- {
"hrsh7th/nvim-cmp", -- "hrsh7th/nvim-cmp",
opts = function() -- opts = function()
local M = require "plugins.configs.cmp" -- local M = require "plugins.configs.cmp"
table.insert(M.sources, {name = "crates"}) -- table.insert(M.sources, {name = "crates"})
return M -- return M
end, -- end,
}, -- },
{ {
"nanotee/zoxide.vim", "nanotee/zoxide.vim",