helix/languages.toml aktualisiert
This commit is contained in:
parent
e76590600c
commit
81d461b191
|
|
@ -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
|
# add to .basrc
|
||||||
# alias chx="COLORTERM=truecolor hx"
|
# alias chx="COLORTERM=truecolor hx"
|
||||||
|
|
||||||
|
|
@ -11,7 +20,7 @@
|
||||||
# in CMK:
|
# in CMK:
|
||||||
# cd ~/local/bin
|
# cd ~/local/bin
|
||||||
# ln -s ~/local/lib/python3/bin/ruff* .
|
# 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.
|
# This combo also notifies on unused vars etc.
|
||||||
[language-server.ruff-lsp]
|
[language-server.ruff-lsp]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue