Skip to content

Commit 93ffba4

Browse files
committed
Merge branch 'dev'
2 parents e7f646b + 44047e9 commit 93ffba4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vim-EasyComplete
22

3-
> [中文](README-cn.md) | [English](README.md)
3+
> [中文](README-cn.md) | [English](README.md) | [Wiki](https://github.com/jayli/vim-easycomplete/wiki)
44
55
快速极简的 Vim/Nvim 补全插件
66

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vim-EasyComplete
22

3-
> [中文](README-cn.md) | [English](README.md)
3+
> [中文](README-cn.md) | [English](README.md) | [Wiki](https://github.com/jayli/vim-easycomplete/wiki)
44
55
It's a Fast and Minimalism Style Completion Plugin for vim/nvim.
66

@@ -426,13 +426,11 @@ You can add custom Pmenu styles by defining these highlight groups:
426426

427427
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.
428428

429-
More examples here: [full config example](custom-config.md)
429+
More examples here: [full config example](https://github.com/jayli/vim-easycomplete/wiki)
430430

431431
![截屏2023-12-30 20 25 06](https://github.com/jayli/vim-easycomplete/assets/188244/597db686-d4fe-4b25-8c39-d9b90db184cb)
432432

433-
## Add custom completion plugin
434-
435-
[add custom completion plugin](add-custom-plugin.md)
433+
[More documentation](https://github.com/jayli/vim-easycomplete/wiki)
436434

437435
### License
438436

0 commit comments

Comments
 (0)