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"