From ffc405badf4dbebed608ca1f12f9df56c68a4485 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 15 Jun 2023 12:44:19 +0300 Subject: [PATCH] home/jan: remove default pylsp settings --- home/modules/editor.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/home/modules/editor.nix b/home/modules/editor.nix index f9b7f68..35eabab 100644 --- a/home/modules/editor.nix +++ b/home/modules/editor.nix @@ -66,13 +66,7 @@ let "cargo.autoreload" = true; }; }; - pylsp = { - plugins = { - pycodestyle = { - maxLineLength = 100; - }; - }; - }; + pylsp = { }; }; }; lualine.settings = {