fix(keymaps): update all keymap descriptions to be Title Case (#2844)

This commit is contained in:
Kevin Traver 2024-03-27 00:56:44 -07:00 committed by GitHub
parent 7d570fad79
commit eb9f9a8862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 127 additions and 127 deletions

View file

@ -20,9 +20,9 @@ return {
"ggandor/leap.nvim",
enabled = true,
keys = {
{ "s", mode = { "n", "x", "o" }, desc = "Leap forward to" },
{ "S", mode = { "n", "x", "o" }, desc = "Leap backward to" },
{ "gs", mode = { "n", "x", "o" }, desc = "Leap from windows" },
{ "s", mode = { "n", "x", "o" }, desc = "Leap Forward to" },
{ "S", mode = { "n", "x", "o" }, desc = "Leap Backward to" },
{ "gs", mode = { "n", "x", "o" }, desc = "Leap from Windows" },
},
config = function(_, opts)
local leap = require("leap")