Skip to content

Commit 58989d4

Browse files
committed
Merge branch 'dev'
2 parents 8598fcb + 0b5bfb9 commit 58989d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README-cn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ let g:easycomplete_cmdline = 1
193193
| `g:easycomplete_lsp_checking` | 1 | 打开文件时是否立即检查 lsp 是否安装 |
194194
| `g:easycomplete_tabnine_enable` | 1 | 启用 Tabnine:启用后补全菜单里会出现 Tabnine 补全项 |
195195
| `g:easycomplete_path_enable` | 1 | 目录匹配 |
196+
| `g:easycomplete_snips_enable` | 1 | 代码片段匹配 |
196197
| `g:easycomplete_tabnine_config` | `{}` | [TabNine 配置](#ai-coding-via-tabnine-support) |
197198
| `g:easycomplete_filetypes` | `{}` | [自定义文件类型配置](#language-support) |
198199
| `g:easycomplete_enable` | 1 | 是否启用插件 |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Global configurations:
193193
| `g:easycomplete_lsp_checking` | 1 | Check whether the lsp is installed while opening a file |
194194
| `g:easycomplete_tabnine_enable` | 1 | Enable Tabnine |
195195
| `g:easycomplete_path_enable` | 1 | Path complete |
196+
| `g:easycomplete_snips_enable` | 1 | snippets complete |
196197
| `g:easycomplete_tabnine_config` | `{}` | [TabNine Configuration](#ai-coding-via-tabnine-support) |
197198
| `g:easycomplete_filetypes` | `{}` | [Custom filetyps configuration](#language-support) |
198199
| `g:easycomplete_enable` | 1 | Enable this plugin |

0 commit comments

Comments
 (0)