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
|`g:easycomplete_use_default_cr`| 1 | enable or disable default cr action |
177
+
|`g:easycomplete_pum_pretty_style`| 1 | Adjust the pum style with border automatically |
177
178
178
179
Typing `:h easycomplete` for help.
179
180
@@ -374,7 +375,7 @@ You can add custom Pmenu styles by defining these highlight groups:
374
375
-`EasyTabNine`: TabNine kind icon style. links to "Character" by default.
375
376
-`EasySnippets`: TabNine snippets suggestion style. links to "LineNr" by default
376
377
377
-
When `g:easycomplete_winborder` is set to `1`. The guibg of Pmenu will be set to be the same as the Normal guibg.
378
+
When `g:easycomplete_winborder` is set to `1`. The guibg of Pmenu will be set to be the same as the Normal guibg automatically. If you want to redefine pum style, disable the auto setting by `let g:easycomplete_pum_pretty_style = 0`. Then define these highlight group: "FloatBorder, Pmenu, PmenuExtra, PmenuKind" etc.
378
379
379
380
More examples here: [full config example](custom-config.md)
0 commit comments