You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2023. It is now read-only.
Riccardo Mazzarini edited this page Mar 27, 2022
·
1 revision
The following highlight groups can be used to theme nvim-compleet's UI:
CompleetMenu: used to highlight the completion menu. Linked to
NormalFloat by default;
CompleetMenuSelected: used to highlight the currently selected completion
item. Linked to PmenuSel by default;
CompleetMenuMatchingChars: used to highlight the characters where a
completion item matches the current completion prefix. Linked to
Statement by default;
CompleetMenuBorder: used to highlight the border of the completion menu.
Linked to FloatBorder by default;
CompleetDetails: used to highlight the details window. Linked to
NormalFloat by default;
CompleetDetailsBorder: used to highlight the border of the details
window. Linked to FloatBorder by default;
CompleetHint: used to highlight the completion hint. Linked to Comment
by default.