From 5cae7e17e760df6603ad909de73719820bc846df Mon Sep 17 00:00:00 2001 From: Michael Hoess Date: Wed, 6 Mar 2024 16:46:56 +0000 Subject: [PATCH] helix/languages.toml aktualisiert Update for use in CMK + zellij --- helix/languages.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/helix/languages.toml b/helix/languages.toml index a2f0cdd..bfd025c 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -1,7 +1,17 @@ +# For truecolor in zellij +# ----------------------- +# add to .basrc +# alias chx="COLORTERM=truecolor hx" + + # Python3-LSP: - +# ----------- # python3 -m pip install ruff-lsp black --break-system-packages +# in CMK: +# cd ~/local/bin +# ln -s ~/local/lib/python3/bin/ruff* . +# # This combo also notifies on unused vars etc. [language-server.ruff-lsp] command = "ruff-lsp"