Skip to content
Snippets Groups Projects
Commit 93e39100 authored by 最萌小汐's avatar 最萌小汐
Browse files

`completion.displayContext` default to `0`

parent 11a8a873
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ local config = {
['Lua.completion.displayContext'] = {
scope = "resource",
type = "integer",
default = 6,
default = 0,
markdownDescription = "%config.completion.displayContext%",
},
['Lua.completion.workspaceWord'] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment