From 8b9bb0121a321d57c670815eb9c050200883570e 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 ]; }