mirror of
https://github.com/eRgo35/neovim.git
synced 2026-02-04 05:46:10 +01:00
weird error
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user