1
1
Fork 0

helix/languages.toml aktualisiert

This commit is contained in:
Michael Hoess 2024-04-16 22:31:45 +00:00
parent e76590600c
commit 81d461b191
1 changed files with 12 additions and 3 deletions

View File

@ -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]