Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvim下补全菜单色块 #295

Open
kaji331 opened this issue Feb 5, 2024 · 1 comment
Open

nvim下补全菜单色块 #295

kaji331 opened this issue Feb 5, 2024 · 1 comment

Comments

@kaji331
Copy link

kaji331 commented Feb 5, 2024

更新了20240205版本的插件,使用solarized8_light_flat颜色主题,明亮背景,在终端里用vim9.0.9没有出现该问题,但在nvim 0.9.1中弹出的补全菜单有巨大的绿色色块,极丑还消不掉,以前版本插件没有的,试了改插件的scheme设置也没用……

let g:easycomplete_tabnine_enable = 0
let g:easycomplete_dia_gnostisc_next = ""
let g:easycomplete_dia_gnostisc_prev = ""
let g:easycomplete_nerd_font = 1
let g:easycomplete_tab_trigger = ""
let g:easycomplete_shift_tab_trigger = ""

@jayli
Copy link
Owner

jayli commented Apr 8, 2024

你可以在你的样式中修改或增加这些样式:

You can add custom Pmenu styles by defining these highlight groups:

  • EasyFuzzyMatch: highlight fuzzy matching character. It links to "Constant" by default if it's not defined.
  • EasyPmenu: Pmenu style. It links to "Pmenu" by default.
  • EasyPmenuKind: PmenuKind style. It links to "PmenuKind" by default.
  • EasyPmenuExtra: PmenuExtra style. It links to "PmenuExtra" by default.
  • EasyFunction: Function kind icon style. links to "Conditional" by default.
  • EasySnippet: Snippet kind icon style. links to "Number" by default.
  • EasyTabNine: TabNine kind icon style. links to "Character" by default.
  • EasySnippets: TabNine snippets suggestion style. links to "LineNr" by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants