From 05e60eb62f325c02f7de2451e0d4445b36e6d148 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 23 Mar 2025 01:14:15 +0800 Subject: [PATCH] feat: lsp python --- config/plugins/lsp/lsp.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/plugins/lsp/lsp.nix b/config/plugins/lsp/lsp.nix index 81a8a66..127ac63 100644 --- a/config/plugins/lsp/lsp.nix +++ b/config/plugins/lsp/lsp.nix @@ -29,6 +29,10 @@ yamlls = { enable = true; }; + # Python + pyright = { + enable = true; + }; }; keymaps = {