From 30148ddda8b5ff3df35a52577fac4438773f0b26 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 12 Dec 2024 23:28:08 +0100 Subject: [PATCH] chore: copied some old helix config as comments for later --- modules/home-manager/helix.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index c013980..7875e1e 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -20,7 +20,20 @@ in { display-messages = true; display-inlay-hints = true; }; + # [editor.inline-diagnostics] + # cursor-line = "warning" }; + +# [[language]] +# name = "python" +# language-servers = ["pylsp"] + +# [language-server.pylsp.config.pylsp] +# plugins.pyls_mypy.enabled = true +# plugins.pyls_mypy.live_mode = true + + + }; }; };