Skip to content

Commit

Permalink
fix(nvim-context-vt): remove use of name in mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 13, 2024
1 parent f3b598f commit b882cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {
n = {
["<Leader>uv"] = {
function() require("nvim_context_vt").toggle() end,
name = "Toggle virutal text context",
desc = "Toggle virutal text context",
},
},
},
Expand Down

0 comments on commit b882cbb

Please sign in to comment.