1
1
Fork 0

helix/languages.toml aktualisiert

This commit is contained in:
Michael Hoess 2024-04-25 19:15:03 +00:00
parent 81d461b191
commit 9a87c2f263
1 changed files with 2 additions and 2 deletions

View File

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