backup
This commit is contained in:
parent
972802e532
commit
9c05c52ebf
17 changed files with 63 additions and 36 deletions
|
@ -4,3 +4,10 @@ end, { force = true })
|
|||
vim.api.nvim_create_user_command("Upper", function()
|
||||
vim.cmd([[normal! gUaw]])
|
||||
end, { force = true })
|
||||
vim.api.nvim_create_user_command("GoTestDebug", function()
|
||||
require('dap-go').debug_test()
|
||||
end, { force = true })
|
||||
vim.api.nvim_create_user_command("GoTestDebugLast", function()
|
||||
require('dap-go').debug_last_test()
|
||||
end, { force = true })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue