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"
|
name = "git-commit"
|
||||||
language-servers = ["scls"]
|
language-servers = ["scls"]
|
||||||
|
|
||||||
[language-server.just-lsp]
|
# [language-server.just-lsp]
|
||||||
command = "just-lsp"
|
# command = "just-lsp"
|
||||||
|
|
||||||
[[language]]
|
# [[language]]
|
||||||
name = "just"
|
# name = "just"
|
||||||
scope = "source.just"
|
# scope = "source.just"
|
||||||
file-types = [
|
# file-types = [
|
||||||
"just",
|
# "just",
|
||||||
{ glob = "justfile" },
|
# { glob = "justfile" },
|
||||||
{ glob = "Justfile" },
|
# { glob = "Justfile" },
|
||||||
{ glob = ".justfile" },
|
# { glob = ".justfile" },
|
||||||
{ glob = ".Justfile" },
|
# { glob = ".Justfile" },
|
||||||
]
|
# ]
|
||||||
injection-regex = "just"
|
# injection-regex = "just"
|
||||||
comment-token = "#"
|
# comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = " " }
|
# indent = { tab-width = 4, unit = " " }
|
||||||
auto-format = true
|
# auto-format = true
|
||||||
formatter = { command = "just-formatter" }
|
# formatter = { command = "just-formatter" }
|
||||||
# formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
# # formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
||||||
# formatter = { command = "fish", args = ["-c", "justfmt"] }
|
# # formatter = { command = "fish", args = ["-c", "justfmt"] }
|
||||||
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
# # formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
|
||||||
language-servers = ["just-lsp", "scls"]
|
# language-servers = ["just-lsp", "scls"]
|
||||||
|
|
||||||
|
|
||||||
# [[language]]
|
# [[language]]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[filechooser]
|
[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
|
default_dir=$HOME/Downloads
|
||||||
; Uncomment and edit the line below to change the terminal emulator command
|
; Uncomment and edit the line below to change the terminal emulator command
|
||||||
env=TERMCMD=foot
|
env=TERMCMD=foot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue