Skip to content

Commit 6cf7019

Browse files
Uzaaftazdanov
andauthored
fix(nvim-context-vt): use renamed toggle API (#1772)
Co-authored-by: Anton Ždanov <anton@azdanov.dev>
1 parent 086c6fc commit 6cf7019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lua/astrocommunity/editing-support/nvim-context-vt

lua/astrocommunity/editing-support/nvim-context-vt/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ return {
1010
mappings = {
1111
n = {
1212
["<Leader>uv"] = {
13-
function() require("nvim_context_vt").toggle() end,
14-
desc = "Toggle virutal text context",
13+
function() require("nvim_context_vt").toggle_context() end,
14+
desc = "Toggle virtual text context",
1515
},
1616
},
1717
},

0 commit comments

Comments
 (0)