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 = {