helix/languages.toml aktualisiert
Update for use in CMK + zellij
This commit is contained in:
parent
65f17bd393
commit
5cae7e17e7
|
|
@ -1,7 +1,17 @@
|
||||||
|
|
||||||
|
# For truecolor in zellij
|
||||||
|
# -----------------------
|
||||||
|
# add to .basrc
|
||||||
|
# alias chx="COLORTERM=truecolor hx"
|
||||||
|
|
||||||
|
|
||||||
# Python3-LSP:
|
# Python3-LSP:
|
||||||
|
# -----------
|
||||||
# python3 -m pip install ruff-lsp black --break-system-packages
|
# 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.
|
# This combo also notifies on unused vars etc.
|
||||||
[language-server.ruff-lsp]
|
[language-server.ruff-lsp]
|
||||||
command = "ruff-lsp"
|
command = "ruff-lsp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue