summaryrefslogtreecommitdiff
path: root/script/global.d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/global.d.lua')
-rw-r--r--script/global.d.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua
index 9065060a..7e568b94 100644
--- a/script/global.d.lua
+++ b/script/global.d.lua
@@ -22,6 +22,10 @@ CONFIGPATH = ''
---@type boolean
SHOWSOURCE = false
+---display the internal semantic of the hovring token, use command line: --shownode=true
+---@type boolean
+SHOWNODE = false
+
---trace every searching into log, use command line: --trace=true
---@type boolean
TRACE = false
@@ -54,6 +58,7 @@ CHECKLEVEL = 'Warning'
---@type 'trace' | 'debug' | 'info' | 'warn' | 'error'
LOGLEVEL = 'warn'
+-- (experiment) Cache data into disk, may reduce memory usage, but increase CPU usage.
---@type boolean
LAZY = false