Update .config/helix/languages.toml

Update .zshrc
This commit is contained in:
2024-03-29 23:24:45 +01:00
parent 7875203634
commit dbd76d1c5f
2 changed files with 18 additions and 0 deletions

View File

@@ -46,3 +46,19 @@ indent = { tab-width = 2, unit = " " }
formatter = { command = 'prettier', args = ["--parser", "typescript"] }
auto-format = true
[language.debugger]
command = "codelldb"
name = "codelldb"
port-arg = "--port {}"
transport = "tcp"
[[language.debugger.templates]]
name = "binary"
request = "launch"
[[language.debugger.templates.completion]]
completion = "filename"
name = "binary"
[language.debugger.templates.args]
program = "{0}"
runInTerminal = true