adding nvim-cmp

This commit is contained in:
Juan Miguel Rua 2024-04-30 23:41:00 +02:00
parent db882645be
commit 35e0890f10
4 changed files with 65 additions and 2 deletions

View file

@ -9,7 +9,7 @@ return {
term_colors = true,
custom_highlights = function(colors)
return {
Comment = { fg = colors.subtext1 },
Comment = { fg = colors.overlay0 },
TabLineSel = { bg = colors.teal },
CmpBorder = { fg = colors.surface2 },
StatusLine = { fg = colors.blue },