From 6cbd142a48eec2eff2ffdc02a7bbf7b7ee6f0152 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Mon, 23 Aug 2021 19:41:29 +0800
Subject: [PATCH] `Lua.completion.showWord` default to `Fallback`

---
 script/config/config.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/config/config.lua b/script/config/config.lua
index e83d45f10..57a16b1b7 100644
--- a/script/config/config.lua
+++ b/script/config/config.lua
@@ -180,7 +180,7 @@ local Template = {
     ['Lua.completion.keywordSnippet']       = Type.String  >> 'Replace',
     ['Lua.completion.displayContext']       = Type.Integer >> 6,
     ['Lua.completion.workspaceWord']        = Type.Boolean >> true,
-    ['Lua.completion.showWord']             = Type.String  >> 'Enable',
+    ['Lua.completion.showWord']             = Type.String  >> 'Fallback',
     ['Lua.completion.autoRequire']          = Type.Boolean >> true,
     ['Lua.completion.showParams']           = Type.Boolean >> true,
     ['Lua.completion.requireSeparator']     = Type.String  >> '.',
-- 
GitLab