mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Update paths
This commit is contained in:
parent
fd9c8554ea
commit
25185e7bc1
2 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ font:
|
|||
# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
|
||||
# shell.
|
||||
shell:
|
||||
program: /home/mo/.cargo/bin/zellij
|
||||
program: zellij
|
||||
|
||||
# Offer IPC using `alacritty msg` (unix only)
|
||||
ipc_socket: false
|
||||
|
|
|
@ -25,27 +25,27 @@ auto-format = true
|
|||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "md"] }
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "md"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "json"
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "json"] }
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "json"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "javascript"
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "js"] }
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "js"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "toml"
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo/.config/dprint.json", "--stdin", "toml"] }
|
||||
formatter = { command = "dprint", args = ["fmt", "-c", "/home/mo8it/.config/dprint.json", "--stdin", "toml"] }
|
||||
auto-format = true
|
||||
|
||||
[[language]]
|
||||
name = "html"
|
||||
formatter = { command = "djlint", args = ["--reformat", "--quiet", "--configuration", "/home/mo/.config/djlintrc.json", "-"] }
|
||||
formatter = { command = "djlint", args = ["--reformat", "--quiet", "--configuration", "/home/mo8it/.config/djlintrc.json", "-"] }
|
||||
auto-format = true
|
||||
# language-server = { language-id = "html", command = "tailwindcss-language-server", args = ["--stdio"] }
|
||||
# roots = ["tailwind.config.js"]
|
||||
|
|
Loading…
Reference in a new issue