Several changes

This commit is contained in:
Fabian Becker
2022-09-01 15:57:41 +02:00
parent 0df2a6918c
commit 183d7b6a57
5 changed files with 17 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ local dap = require('dap')
dap.adapters.mix_task = {
type = 'executable',
command = '/Users/fbecker18/opt/elixir-ls/bin/debugger.sh', -- debugger.bat for windows
command = '/home/halfdan/opt/elixir-ls/bin/debugger.sh', -- debugger.bat for windows
args = {}
}