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