chore(nvim): format custom init.lua file
This commit is contained in:
parent
c8258d2087
commit
ed04d14a9a
@ -134,7 +134,11 @@ return {
|
||||
end
|
||||
return {
|
||||
{ '<leader>tr', '<Plug>RestNvim', desc = 'Run the request under cursor' },
|
||||
{ '<leader>tp', '<Plug>RestNvimPreview', desc = 'Preview the curl command for the request under cursor' },
|
||||
{
|
||||
'<leader>tp',
|
||||
'<Plug>RestNvimPreview',
|
||||
desc = 'Preview the curl command for the request under cursor',
|
||||
},
|
||||
{ '<leader>tl', '<Plug>RestNvimLast', desc = 'Re-run the last request' },
|
||||
}
|
||||
end,
|
||||
@ -185,7 +189,12 @@ return {
|
||||
desc = 'Open ter[m]inal [v]ertically',
|
||||
noremap = true,
|
||||
},
|
||||
{ '<leader>mc', '<cmd>ToggleTermSendCurrentLine<cr>', desc = 'Send [c]urrent line under the cursor', noremap = true },
|
||||
{
|
||||
'<leader>mc',
|
||||
'<cmd>ToggleTermSendCurrentLine<cr>',
|
||||
desc = 'Send [c]urrent line under the cursor',
|
||||
noremap = true,
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user