From 7056667392e0885731df4e56f5439589c8f8570b Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 25 Feb 2025 23:37:11 +0100 Subject: [PATCH] Use better Python LSP server --- modules/software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software.nix b/modules/software.nix index ea40ee8..c3ea6ad 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -110,7 +110,7 @@ in ## Nix nixfmt-rfc-style ## Python - pyright + basedpyright black ## C/C++ clang-tools