Disable contextual word suggestions
This commit is contained in:
@@ -30,6 +30,9 @@ return {
|
|||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
completion = {
|
||||||
|
showWord = "Disable",
|
||||||
|
},
|
||||||
runtime = {
|
runtime = {
|
||||||
version = "LuaJIT",
|
version = "LuaJIT",
|
||||||
path = runtime_path,
|
path = runtime_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user