Add nest.nvim to keybinding section (#211)

main
Leon Strauss 3 years ago committed by GitHub
parent 662cc07697
commit c717b2e611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -563,6 +563,7 @@ These colorschemes may not specialize in Tree-sitter directly but are written in
- [folke/which-key.nvim](https://github.com/folke/which-key.nvim) - Neovim plugin that shows a popup with possible keybindings of the command you started typing.
- [Iron-E/nvim-cartographer](https://github.com/Iron-E/nvim-cartographer) - a more convenient `:map`ping syntax for Lua environments.
- [b0o/mapx.nvim](https://github.com/b0o/mapx.nvim) - A simpler key mapping API that mimics Nvim's `:map`-family of commands. Integrates with which-key.nvim.
- [LionC/nest.nvim](https://github.com/LionC/nest.nvim) - Lua utility to map keys concisely using cascading trees. Also allows binding Lua functions to keys.
### Tmux

Loading…
Cancel
Save