chore: copied some old helix config as comments for later

This commit is contained in:
Xavier Morel
2024-12-12 23:28:08 +01:00
parent a743229805
commit 30148ddda8

View File

@@ -20,7 +20,20 @@ in {
display-messages = true; display-messages = true;
display-inlay-hints = 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
}; };
}; };
}; };