Upgrade OS version and setup #30
@ -134,7 +134,11 @@ return {
|
|||||||
end
|
end
|
||||||
return {
|
return {
|
||||||
{ '<leader>tr', '<Plug>RestNvim', desc = 'Run the request under cursor' },
|
{ '<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' },
|
{ '<leader>tl', '<Plug>RestNvimLast', desc = 'Re-run the last request' },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
@ -185,7 +189,12 @@ return {
|
|||||||
desc = 'Open ter[m]inal [v]ertically',
|
desc = 'Open ter[m]inal [v]ertically',
|
||||||
noremap = true,
|
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,
|
end,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user