diff --git a/config/nvim/lua/custom/plugins/init.lua b/config/nvim/lua/custom/plugins/init.lua index 1279603..e09c6a5 100644 --- a/config/nvim/lua/custom/plugins/init.lua +++ b/config/nvim/lua/custom/plugins/init.lua @@ -134,7 +134,11 @@ return { end return { { 'tr', 'RestNvim', desc = 'Run the request under cursor' }, - { 'tp', 'RestNvimPreview', desc = 'Preview the curl command for the request under cursor' }, + { + 'tp', + 'RestNvimPreview', + desc = 'Preview the curl command for the request under cursor', + }, { 'tl', 'RestNvimLast', desc = 'Re-run the last request' }, } end, @@ -185,7 +189,12 @@ return { desc = 'Open ter[m]inal [v]ertically', noremap = true, }, - { 'mc', 'ToggleTermSendCurrentLine', desc = 'Send [c]urrent line under the cursor', noremap = true }, + { + 'mc', + 'ToggleTermSendCurrentLine', + desc = 'Send [c]urrent line under the cursor', + noremap = true, + }, } end, },