mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-27 21:40:31 +00:00
Add nest.nvim to keybinding section (#211)
This commit is contained in:
parent
662cc07697
commit
c717b2e611
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue