fixed cmp override bug

This commit is contained in:
antifallobst 2023-08-23 18:00:24 +02:00
parent b97577b370
commit 4ae95c9772
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ require "custom.configs.lspconfig"
{
"hrsh7th/nvim-cmp",
opts = function ()
local M = require "plugins.configs.cmp",
local M = require "plugins.configs.cmp"
table.insert(M.sources, {name = "crates"})
return M
end