new lua style
This commit is contained in:
@ -19,9 +19,7 @@ return {
|
||||
{
|
||||
'<space>f',
|
||||
mode = { 'n', 'x', 'v' },
|
||||
function()
|
||||
require('conform').format()
|
||||
end,
|
||||
function() require('conform').format() end,
|
||||
desc = 'Format with Conform',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user