new lua style
This commit is contained in:
@ -23,16 +23,12 @@ return {
|
||||
keys = {
|
||||
{
|
||||
'<F3>',
|
||||
function()
|
||||
require('neotest').run.run()
|
||||
end,
|
||||
function() require('neotest').run.run() end,
|
||||
desc = 'Run nearest test',
|
||||
},
|
||||
{
|
||||
'<S-F3>',
|
||||
function()
|
||||
require('neotest').run.run({ strategy = 'dap' })
|
||||
end,
|
||||
function() require('neotest').run.run({ strategy = 'dap' }) end,
|
||||
desc = 'Run nearest test',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user