From eb697a43965c0888f1f776a3931cafc7b49358da Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 24 May 2023 10:37:36 +0300 Subject: [PATCH] home/nvim: add pylsp --- home/modules/editor.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/modules/editor.nix b/home/modules/editor.nix index ce55669..f9b7f68 100644 --- a/home/modules/editor.nix +++ b/home/modules/editor.nix @@ -66,6 +66,13 @@ let "cargo.autoreload" = true; }; }; + pylsp = { + plugins = { + pycodestyle = { + maxLineLength = 100; + }; + }; + }; }; }; lualine.settings = {