From f62e627c5e74a2d1a70b7dce7dcb0bddd49ee74d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 21 Jun 2022 23:23:36 -0400 Subject: [PATCH] Add pyright (python lsp) --- applications/devel-core.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/devel-core.nix b/applications/devel-core.nix index 603ca30..f25d753 100644 --- a/applications/devel-core.nix +++ b/applications/devel-core.nix @@ -25,5 +25,7 @@ sops # Just in case neovim + # For python + nodePackages.pyright ]; }