Update .config/helix/languages.toml
Update .zshrc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user