format all lua files
This commit is contained in:
@ -9,14 +9,14 @@ return {
|
||||
{
|
||||
'<c-c>',
|
||||
'<Plug>(comment_toggle_linewise_current)',
|
||||
desc= 'Toggle comment'
|
||||
desc = 'Toggle comment'
|
||||
},
|
||||
|
||||
{
|
||||
'<c-c>',
|
||||
'<Plug>(comment_toggle_linewise_visual)gv',
|
||||
mode = 'v',
|
||||
desc= 'Toggle comment'
|
||||
desc = 'Toggle comment'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user