Skip to content

Commit 9e0ca5b

Browse files
authored
fix(neominimap-nvim): updated deprecated toggle command to Toggle (#1667)
1 parent 99232be commit 9e0ca5b

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/split-and-window/neominimap-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/split-and-window/neominimap-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ return {
1111
} },
1212
mappings = {
1313
n = {
14-
["<Leader>um"] = { "<Cmd>Neominimap toggle<CR>", desc = "Toggle minimap" },
14+
["<Leader>um"] = { "<Cmd>Neominimap Toggle<CR>", desc = "Toggle minimap" },
1515
},
1616
},
1717
},

0 commit comments

Comments
 (0)