helix/languages.toml aktualisiert
This commit is contained in:
parent
81d461b191
commit
9a87c2f263
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# add to helix-config (:config-open)
|
||||
# ---
|
||||
# theme = noctis
|
||||
# theme = "noctis"
|
||||
#[editor]
|
||||
# true-color = true
|
||||
# auto-pairs = false
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
# python3 -m pip install ruff-lsp python-lsp_server black --break-system-packages
|
||||
# in CMK:
|
||||
# cd ~/local/bin
|
||||
# ln -s ~/local/lib/python3/bin/ruff* .
|
||||
# ln -s ~/.local/bin/ruff* .
|
||||
# ln -s ~/.local/bin/pylsp .
|
||||
#
|
||||
# This combo also notifies on unused vars etc.
|
||||
|
|
|
|||
Loading…
Reference in New Issue