From 27be92f69b98c0e022a39b3fc42b2b737d711eac Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 2 Jun 2024 10:41:22 -0700 Subject: [PATCH] Added pyright --- config/plugins/lsp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index eba3d27..bc4c73b 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -20,6 +20,7 @@ servers = { # python ruff.enable = true; + pyright.enable = true; # lua (nvim config) lua-ls.enable = true;