From 60cfc451ef8d6b8741645368018df26f3ecee261 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 10 Mar 2025 20:06:21 +0300 Subject: [PATCH] formatting --- plugins/lsp/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/lsp/default.nix b/plugins/lsp/default.nix index 9c25b2a..94a3103 100644 --- a/plugins/lsp/default.nix +++ b/plugins/lsp/default.nix @@ -10,9 +10,7 @@ formatting.command = [ "${lib.getExe pkgs.nixfmt-rfc-style}" ]; }; }; - pyright = { - enable = true; - }; + pyright.enable = true; typos_lsp = { enable = true; extraOptions.init_options.diagnosticSeverity = "Hint";