From acff7d6e2977ecbe696be690edfdc4ab2b25e48f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 12 Dec 2025 14:32:42 -0500 Subject: nvim: Fix typo --- nvim/.config/nvim/lua/plugins/mini.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/.config/nvim/lua/plugins/mini.lua b/nvim/.config/nvim/lua/plugins/mini.lua index 345c854..f42fcd4 100644 --- a/nvim/.config/nvim/lua/plugins/mini.lua +++ b/nvim/.config/nvim/lua/plugins/mini.lua @@ -43,7 +43,7 @@ return { { 'gs', 'lua MiniGit.show_at_cursor()', mode = 'n', desc = '[G]it [S]how' }, { 'gs', 'lua MiniGit.show_at_cursor()', mode = 'x', desc = '[G]it [S]how' }, { 'gr', 'lua MiniGit.show_range_history()', mode = 'n', desc = '[G]it [R]ange history' }, - { 'gr', 'lua MiniGit.show_rangehistory()', mode = 'x', desc = '[G]it [R]ange history' }, + { 'gr', 'lua MiniGit.show_range_history()', mode = 'x', desc = '[G]it [R]ange history' }, { 'ga', 'Git add -- %', desc = '[G]it [A]dd' }, }, }, -- cgit v1.3