mirror of
https://github.com/eRgo35/neovim.git
synced 2026-02-03 21:36:11 +01:00
weird error
This commit is contained in:
@@ -122,14 +122,14 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
opts = function()
|
||||
local M = require "plugins.configs.cmp"
|
||||
table.insert(M.sources, {name = "crates"})
|
||||
return M
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "hrsh7th/nvim-cmp",
|
||||
-- opts = function()
|
||||
-- local M = require "plugins.configs.cmp"
|
||||
-- table.insert(M.sources, {name = "crates"})
|
||||
-- return M
|
||||
-- end,
|
||||
-- },
|
||||
|
||||
{
|
||||
"nanotee/zoxide.vim",
|
||||
|
||||
Reference in New Issue
Block a user