diff options
| author | 2025-03-29 16:10:19 +0300 | |
|---|---|---|
| committer | 2025-03-29 16:10:19 +0300 | |
| commit | 188e0483fc946b4166d552a97a95510b9e127bd6 (patch) | |
| tree | 43b18dd0e141ed1036e28448fbcb0cd22833f29f /lua/config/plugins/extra.lua | |
| parent | fix: add `vi` alias (diff) | |
| download | neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.tar.gz neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.tar.bz2 neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.tar.lz neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.tar.xz neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.tar.zst neovim-configuration-188e0483fc946b4166d552a97a95510b9e127bd6.zip | |
feat: add `mini-diff`
Diffstat (limited to 'lua/config/plugins/extra.lua')
| -rw-r--r-- | lua/config/plugins/extra.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index df8b0a3..5f137ef 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -6,6 +6,7 @@ return { require("which-key").setup() require("which-key").add({ + { "<leader>h", group = "hunk" }, { "<leader>s", group = "search" }, { "<leader>S", group = "surround" }, }) |
