vim-easycomplete
vim-easycomplete copied to clipboard
nvim下补全菜单色块
更新了20240205版本的插件,使用solarized8_light_flat颜色主题,明亮背景,在终端里用vim9.0.9没有出现该问题,但在nvim 0.9.1中弹出的补全菜单有巨大的绿色色块,极丑还消不掉,以前版本插件没有的,试了改插件的scheme设置也没用……
let g:easycomplete_tabnine_enable = 0
let g:easycomplete_dia_gnostisc_next = "
你可以在你的样式中修改或增加这些样式:
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