new lua style
This commit is contained in:
@ -28,9 +28,7 @@ return {
|
||||
keys = {
|
||||
{
|
||||
'<S-F6>',
|
||||
function()
|
||||
require('cmake-tools').debug({})
|
||||
end,
|
||||
function() require('cmake-tools').debug({}) end,
|
||||
desc = 'Run and debug target from cmake',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user