Skip to content

Commit

Permalink
feat(cmp): enable experimental.ghost_text (ayamir#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy authored and bleedingfight committed Jun 22, 2023
1 parent 48045f1 commit c583e80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/modules/configs/completion/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,10 @@ return function()
{ name = "copilot" },
-- { name = "codeium" },
},
experimental = {
ghost_text = {
hl_group = "Whitespace",
},
},
})
end

0 comments on commit c583e80

Please sign in to comment.