From 3adcfdc0346546c102c370aa12549fafe2be5cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Su=C3=A1rez?= Date: Mon, 3 May 2021 15:37:12 -0500 Subject: =?UTF-8?q?=E2=9C=A8=20=20Python=20analysis=20options=20(pyright)?= =?UTF-8?q?=20(#352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/lv-globals.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/lv-globals.lua') 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 = { -- cgit v1.2.3