Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

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 May 14, 2023
1 parent c6b4163 commit 971b0c7
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 @@ -168,5 +168,10 @@ return function()
-- { name = "codeium" },
-- { name = "cmp_tabnine" },
},
experimental = {
ghost_text = {
hl_group = "Whitespace",
},
},
})
end

0 comments on commit 971b0c7

Please sign in to comment.