Skip to content

Commit 44047e9

Browse files
committed
add wiki link
1 parent 1e8c52a commit 44047e9

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

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

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

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

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

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

438436
### License
439437

0 commit comments

Comments
 (0)