updated golang and node lsp

This commit is contained in:
Walter Jenkins 2025-11-22 13:19:58 -06:00
parent 80b5d665fe
commit 3708c5608e
4 changed files with 103 additions and 41 deletions

View file

@ -76,7 +76,7 @@ return {
dap.listeners.before.event_exited['dapui_config'] = dapui.close
-- Install golang specific config
-- require('dap-go').setup()
require('dap-python').setup()
require('dap-go').setup()
end,
}