diff options
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r-- | lua/lv-globals.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua index dedf397b..b968589a 100644 --- a/lua/lv-globals.lua +++ b/lua/lv-globals.lua @@ -24,7 +24,8 @@ O = { formatter = '', autoformat = false, isort = false, - diagnostics = {virtual_text = true, signs = true, underline = true} + diagnostics = {virtual_text = true, signs = true, underline = true}, + analysis = {type_checking = "basic", auto_search_paths = true, use_library_code_types = true} }, dart = {sdk_path = '/usr/lib/dart/bin/snapshots/analysis_server.dart.snapshot'}, lua = { |