1
1
Fork 0

helix/languages.toml aktualisiert

Update for use in CMK + zellij
This commit is contained in:
Michael Hoess 2024-03-06 16:46:56 +00:00
parent 65f17bd393
commit 5cae7e17e7
1 changed files with 11 additions and 1 deletions

View File

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