From 81d461b19133491af31b4b7c9faeca6421615808 Mon Sep 17 00:00:00 2001 From: Michael Hoess Date: Tue, 16 Apr 2024 22:31:45 +0000 Subject: [PATCH] helix/languages.toml aktualisiert --- helix/languages.toml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/helix/languages.toml b/helix/languages.toml index 32c9b10..5c70629 100644 --- a/helix/languages.toml +++ b/helix/languages.toml @@ -1,6 +1,15 @@ -# For truecolor in zellij -# ----------------------- +# some usefule settings for config.toml +# +# add to helix-config (:config-open) +# --- +# theme = noctis +#[editor] +# true-color = true +# auto-pairs = false +# ----- +# +# or if you want force-true-color also possible: # add to .basrc # alias chx="COLORTERM=truecolor hx" @@ -11,7 +20,7 @@ # in CMK: # cd ~/local/bin # ln -s ~/local/lib/python3/bin/ruff* . -# ln -s ~/local/bin/pylsp . +# ln -s ~/.local/bin/pylsp . # # This combo also notifies on unused vars etc. [language-server.ruff-lsp]