Disable contextual word suggestions

This commit is contained in:
2023-09-17 02:41:42 +02:00
parent db30665712
commit 9b0bb96f43
+3
View File
@@ -30,6 +30,9 @@ return {
single_file_support = true,
settings = {
Lua = {
completion = {
showWord = "Disable",
},
runtime = {
version = "LuaJIT",
path = runtime_path,