mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 09:38:33 +02:00
adding nvim-cmp
This commit is contained in:
parent
db882645be
commit
35e0890f10
4 changed files with 65 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue