fixed cmp override bug
This commit is contained in:
parent
b97577b370
commit
4ae95c9772
|
@ -48,7 +48,7 @@ require "custom.configs.lspconfig"
|
||||||
{
|
{
|
||||||
"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
|
||||||
|
|
Loading…
Reference in New Issue