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]