From 99f73979a915880735fca32a2d84c7a4c6db2cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Mon, 20 May 2024 15:24:49 +0200 Subject: [PATCH] [fix] disable pyright I hate it --- nvim/plugins.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/plugins.nix b/nvim/plugins.nix index 83d8575..233b5e0 100644 --- a/nvim/plugins.nix +++ b/nvim/plugins.nix @@ -141,7 +141,6 @@ html.enable = true; jsonls.enable = true; nil_ls.enable = true; - pyright.enable = true; ruff-lsp.enable = true; taplo.enable = true; texlab.enable = true;