diff options
| author | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-12-14 20:55:35 +0100 |
|---|---|---|
| committer | Crony Akatsuki <crony@cronyakatsuki.xyz> | 2025-12-14 20:55:35 +0100 |
| commit | 6f84d073ac9b4d4e5b1475e49647ba5834a827bd (patch) | |
| tree | 56974bc469753651db30e154284164ed1005704c /lua/plugins/mini.lua | |
| parent | 8fa96ff154337dd48e7ee195100fc74652dfdb51 (diff) | |
| download | nvim-6f84d073ac9b4d4e5b1475e49647ba5834a827bd.zip nvim-6f84d073ac9b4d4e5b1475e49647ba5834a827bd.tar.gz | |
chore: fix keybinding description.
Diffstat (limited to 'lua/plugins/mini.lua')
| -rw-r--r-- | lua/plugins/mini.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/mini.lua b/lua/plugins/mini.lua index 8c4fce3..44bd089 100644 --- a/lua/plugins/mini.lua +++ b/lua/plugins/mini.lua @@ -37,7 +37,7 @@ vim.keymap.set("n", "<Leader>fgc", ":Pick git_commits<CR>", { desc = "Search git vim.keymap.set("n", "<Leader>fgh", ":Pick git_hunks<CR>", { desc = "Search git hunks" }) vim.keymap.set("n", "<Leader>fp", function() MiniExtra.pickers.hipatterns({ highlighters = patterns }) -end, { desc = "Search git hunks" }) +end, { desc = "Search patterns" }) -- git related stuff require("mini.git").setup() |
