fixed cmp override bug
This commit is contained in:
parent
b97577b370
commit
4ae95c9772
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue