Skip to content

Commit

Permalink
documentation: add keymap description (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonMo authored Dec 23, 2024
1 parent 6b64f67 commit 0012ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/curl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vim.api.nvim_buf_set_keymap(
"n",
execute_mapping,
"<cmd>lua require('curl.api').execute_curl()<CR>",
{ noremap = true, silent = true }
{ noremap = true, silent = true, desc = "Execute Curl" }
)

vim.api.nvim_create_autocmd({ "InsertLeave", "TextChanged" }, {
Expand Down

0 comments on commit 0012ffa

Please sign in to comment.