Remove code that does not work

This commit is contained in:
Marcelo Jacobus 2024-06-21 11:05:28 -03:00
parent 7897a96f7e
commit 18edacd5f5

View file

@ -14,13 +14,6 @@ return {
completion = require("cmp").config.window.bordered(),
documentation = require("cmp").config.window.bordered(),
}
-- Set custom highlights to remove transparency
vim.api.nvim_set_hl(0, "Pmenu", { bg = "#1e222a", fg = "#c5cdd9" })
vim.api.nvim_set_hl(0, "PmenuSel", { bg = "#3e4452", fg = "#c5cdd9" })
vim.api.nvim_set_hl(0, "CmpItemAbbr", { fg = "#c5cdd9" })
vim.api.nvim_set_hl(0, "CmpItemAbbrMatch", { fg = "#569cd6" })
vim.api.nvim_set_hl(0, "CmpItemKind", { fg = "#56b6c2" })
vim.api.nvim_set_hl(0, "CmpItemMenu", { fg = "#c5cdd9" })
end,
},
}