From 3ff8325b21c8c9f0057f926480bb7ae99ddf71e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florent=20L=C3=A9vigne?= Date: Fri, 20 Dec 2024 17:37:12 +0100 Subject: [PATCH] Add `houdini.nvim` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc4119db5e..6ca995b390 100644 --- a/README.md +++ b/README.md @@ -1245,6 +1245,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [nvimtools/hydra.nvim](https://github.com/nvimtools/hydra.nvim) - Create custom submodes and menus. Port of Emacs Hydra. Maintained fork of anuvyklack/hydra.nvim. - [anuvyklack/keymap-amend.nvim](https://github.com/anuvyklack/keymap-amend.nvim) - Amend the existing keymap. - [max397574/better-escape.nvim](https://github.com/max397574/better-escape.nvim) - Create shortcuts to escape insert mode without getting delay. +- [TheBlob42/houdini.nvim](https://github.com/TheBlob42/houdini.nvim) - Create shortcut to escape modes without delay. - [Nexmean/caskey.nvim](https://github.com/Nexmean/caskey.nvim) - Utility to keymappings configuration using declarative cascading trees, optionally integrates with `which-key`. - [Wansmer/langmapper.nvim](https://github.com/Wansmer/langmapper.nvim) - Auto translating your mappings for non-English input methods. - [tris203/hawtkeys.nvim](https://github.com/tris203/hawtkeys.nvim) - Suggest new easy-to-hit keymaps and find issues with your current keymap configurations.