From 2d903b06809c2347ba2b6fffa1968cd9245127c9 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 26 Feb 2025 11:40:18 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-26 11:40:18 --- .config/helix/languages.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 038cc6ff..e6e744ab 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -1,3 +1,9 @@ +# [language-server.basedpyright] +# command = "basedpyright" +[language-server.basedpyright.config.basedpyright.analysis] +typeCheckingMode = "standard" +inlayHints.genericTypes = true + [language-server.harper-ls] command = "harper-ls" args = ["--stdio"]