File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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 | 是否启用插件 |
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments