AutoYADM commit: 2025-04-10 13:30:05
This commit is contained in:
parent
49e3fbc277
commit
eb4a118cb5
2 changed files with 22 additions and 22 deletions
|
@ -271,28 +271,28 @@ indent = { tab-width = 4, unit = "\t" }
|
|||
name = "git-commit"
|
||||
language-servers = ["scls"]
|
||||
|
||||
[language-server.just-lsp]
|
||||
command = "just-lsp"
|
||||
# [language-server.just-lsp]
|
||||
# command = "just-lsp"
|
||||
|
||||
[[language]]
|
||||
name = "just"
|
||||
scope = "source.just"
|
||||
file-types = [
|
||||
"just",
|
||||
{ glob = "justfile" },
|
||||
{ glob = "Justfile" },
|
||||
{ glob = ".justfile" },
|
||||
{ glob = ".Justfile" },
|
||||
]
|
||||
injection-regex = "just"
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = " " }
|
||||
auto-format = true
|
||||
formatter = { command = "just-formatter" }
|
||||
# formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
||||
# formatter = { command = "fish", args = ["-c", "justfmt"] }
|
||||
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||
language-servers = ["just-lsp", "scls"]
|
||||
# [[language]]
|
||||
# name = "just"
|
||||
# scope = "source.just"
|
||||
# file-types = [
|
||||
# "just",
|
||||
# { glob = "justfile" },
|
||||
# { glob = "Justfile" },
|
||||
# { glob = ".justfile" },
|
||||
# { glob = ".Justfile" },
|
||||
# ]
|
||||
# injection-regex = "just"
|
||||
# comment-token = "#"
|
||||
# indent = { tab-width = 4, unit = " " }
|
||||
# auto-format = true
|
||||
# formatter = { command = "just-formatter" }
|
||||
# # formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
||||
# # formatter = { command = "fish", args = ["-c", "justfmt"] }
|
||||
# # formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||
# language-servers = ["just-lsp", "scls"]
|
||||
|
||||
|
||||
# [[language]]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[filechooser]
|
||||
cmd=/usr/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
|
||||
cmd=/home/fic/.config/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh
|
||||
default_dir=$HOME/Downloads
|
||||
; Uncomment and edit the line below to change the terminal emulator command
|
||||
env=TERMCMD=foot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue