which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type. (by folke)
rest.nvim
A fast Neovim http client written in Lua (by rest-nvim)
which-key.nvim | rest.nvim | |
---|---|---|
116 | 10 | |
6,258 | 1,358 | |
2.5% | - | |
9.5 | 9.5 | |
4 months ago | 12 months ago | |
Lua | Lua | |
Apache License 2.0 | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
which-key.nvim
Posts with mentions or reviews of which-key.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-06-21.
-
My Flow and Productivity has Improved with the Simplicity of Neovim
And the last thing, if you ever get lost, Which-Key is always there to help!
-
Modeless Vim
There is a well known plugin for neovim to do this kind of behavior. You can even create your own hotkeys into that plugin and will help you navigate and memorize different hotkeys for the editor. The plugin is called whichkey, and this is their github https://github.com/folke/which-key.nvim
-
Visual Mode Issue + startuptime optimization
The menu most certainly comes from folke/which-key.nvim. Take a look into part of your config which sets it up.
-
How to Transform Vim to a Complete IDE?
By default, most of nvim packages have WhichKey plugin which shows popup with available commands. For instance, you press space or g and what for a second:
-
My Favorite Vim Oneliners for Text Manipulation
One of the recent innovations in the Vim space that I've appreciated a lot is which-key by folke for Neovim: https://github.com/folke/which-key.nvim
It makes keybindings in vim discoverable, it's quite magical. For example, press g and get a table of all the various commands that follow from there. Press mapleader and get a table of various commands from there, etc.
-
LazyVim
>The problem with that is that for some rarely used action one forgets...
Install https://github.com/folke/which-key.nvim and you will always have a popup that will tell you what keys to use next.
-
Resources for mastering vim motions
https://github.com/folke/which-key.nvim - it's like a cheat sheet in neovim!
- Is there a way to confine key remapping to particular files (.tex)?
-
Set it and forget it plugins?
folke/which-key.nvim will help with you with your key maps.
-
Named registers populated by unrecognized content
I recently started actively using which-key plugin that shows the contents of all registers when pressing ".
rest.nvim
Posts with mentions or reviews of rest.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-06.
-
nvim-http: A simple yet modern HTTP client for neovim
I suppose you are aware of https://github.com/rest-nvim/rest.nvim (this is what I use, though it has some rough edges). How is your plugin different?
-
How to tets APIs in NeoVim?
Not sure but there's this: rest.nvim.
-
rest-nvim post request return an emtpy object.
Examples are in the tests folder: https://github.com/rest-nvim/rest.nvim/blob/main/tests/post_create_user.http
- What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
-
REST Clients for the terminal (TUI)
I've been looking at (neo)vim plugins that do the trick, like coc-restclient, which like most coc software, it's written in js, but since I moved to coq for neovim, I tried out rest.nvim, written in lua like most plugins I use. It's OK, but I've been meaning to look for a standalone rest tui, instead of an editor plugin, maybe one that uses your $EDITOR in embedded terminal windows. I found freus, written in python, that hasn't had any commits made since 2019. Is there any REST TUI that I don't know about? Preferably currently maintained and written in a compiled language
-
Tried to use vim as a REST client. What do I miss?
Compared to Postman or Insomnia, I feel like I miss environmental variables (common keys or headers). This vim-rest-plugin seems to have the option of setting up variables too (I didn't try it though).
-
rest.nvim is looking for maintainers/contributors!
Hi there, it's been a while since my last post here and this time I'm looking for maintainers or contributors for rest.nvim.
-
rest.nvim - phenomenal but buggy plugin
Hello everyone. I've discover awesome rest plugin for neovim: https://github.com/NTBBloodbath/rest.nvim
-
Is there a language server for HTTP?
NTBBloodbath/rest.nvim
-
My first Neovim plugin: rest.nvim
Link to the repository: rest.nvim repo
What are some alternatives?
When comparing which-key.nvim and rest.nvim you can also consider the following projects:
hydra.nvim - Create custom submodes and menus
vscode-restclient - REST Client Extension for Visual Studio Code
helix - A post-modern modal text editor.
vim-rest-console - A REST console for Vim.
nvim-tree.lua - A file explorer tree for neovim written in lua
haproxy-lua-http - Simple Lua HTTP helper && client for use with HAProxy.