From da587e9e5f5e663a05089d23b7a0a38fe6744f61 Mon Sep 17 00:00:00 2001 From: lijing00333 Date: Mon, 1 Jan 2024 18:19:15 +0800 Subject: [PATCH] add readme --- custom-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom-config.md b/custom-config.md index 821777d6..1d07a86a 100644 --- a/custom-config.md +++ b/custom-config.md @@ -4,6 +4,7 @@ Full config in lua script: use { 'jayli/vim-easycomplete', requires = {'SirVer/ultisnips'}} -- Enable the plugin. Default is on. +-- Install lsp via `:InstallLspServer` vim.g.easycomplete_enable = 1 -- Highlight the symbol when holding the cursor if you need it. @@ -58,7 +59,7 @@ vim.g.easycomplete_pum_format = {"kind", "abbr", "menu"} -- Define highlight group for fuzzy matched charactors. vim.g.easycomplete_fuzzymatch_hlgroup = "MyGroup" --- Enable Tabnine, default is on +-- Enable Tabnine, default is on, install tabnine lsp via `:InstallLspServer tn` vim.g.easycomplete_tabnine_enable -- Enable Tabnine suggestion, default is on vim.g.easycomplete_tabnine_suggestion = 1