All Projects → hkupty → impromptu.nvim

hkupty / impromptu.nvim

Licence: MIT license
Create prompts fast and easy

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to impromptu.nvim

menu-hamburger
🍔 A clean, simple and easy to use library to create a Menu Hamburger
Stars: ✭ 17 (-56.41%)
Mutual labels:  lib, menu
terminer
Upgrade your terminal experience with a single command.
Stars: ✭ 28 (-28.21%)
Mutual labels:  prompt
Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (+510.26%)
Mutual labels:  prompt
UIMenuScroll
The horizontal swiping navigation like on Facebook Messenger.
Stars: ✭ 18 (-53.85%)
Mutual labels:  menu
rainbow-bash-prompt
Make your bash prompt dynamically and randomly rainbow
Stars: ✭ 49 (+25.64%)
Mutual labels:  prompt
curved-menu
VanillaJS fully configurable curved menu (circular navigation)
Stars: ✭ 30 (-23.08%)
Mutual labels:  menu
Cli Prompt
Allows you to prompt for user input on the command line, and optionally hide the characters they type
Stars: ✭ 228 (+484.62%)
Mutual labels:  prompt
lsp spinner.nvim
neovim plugin to retrieve the name of the running LSP client(s) and display a spinner when there are wip job
Stars: ✭ 23 (-41.03%)
Mutual labels:  nvim
xdg-xmenu
Generate menu for xmenu
Stars: ✭ 31 (-20.51%)
Mutual labels:  menu
rawhttp
Raw HTTP client in Go for complete request control and customization.
Stars: ✭ 100 (+156.41%)
Mutual labels:  lib
qf helper.nvim
A collection of improvements for the quickfix buffer
Stars: ✭ 70 (+79.49%)
Mutual labels:  nvim
my-neovim-configurations
Some vim plugs on neovim and its show on MacOS
Stars: ✭ 16 (-58.97%)
Mutual labels:  nvim
coc-discord-rpc
😎 An awesome and fully customizable coc-extension to get Discord Rich Presence integration with NeoVim.
Stars: ✭ 139 (+256.41%)
Mutual labels:  nvim
dotfiles
My NixOS configuration featuring awesome and neovim
Stars: ✭ 40 (+2.56%)
Mutual labels:  nvim
nvim-fennel-lsp-conjure-as-clojure-ide
Basic config to transform your NVIM in a powerful Clojure IDE using fennel, clojure-lsp and conjure.
Stars: ✭ 144 (+269.23%)
Mutual labels:  nvim
Mercury
Mercury is a hacking tool used to collect information and use the information to further hurt the target
Stars: ✭ 236 (+505.13%)
Mutual labels:  prompt
taskrunner.nvim
🏃 Runs Gulp/Gruntfiles in terminal splits
Stars: ✭ 13 (-66.67%)
Mutual labels:  nvim
react-st-modal
Simple and flexible modal dialog component for React JS
Stars: ✭ 41 (+5.13%)
Mutual labels:  prompt
ConsoleMenu
A simple, highly customizable, DOS-like console menu
Stars: ✭ 27 (-30.77%)
Mutual labels:  menu
JonContextMenu
A beautiful and minimalist arc menu like the Pinterest one, written in Swift
Stars: ✭ 60 (+53.85%)
Mutual labels:  menu

impromptu.nvim

Docs CircleCI

Create prompts fast and easy

What?

Impromptu is a lua utility for neovim that allows you to easily create prompts as means of causing commands/functions to be called on neovim.

It is designed in a way that it should be simple to create and reuse prompts for whatever need you have.

The root problem it was meant to solve was changing configurations on the flight for other plugins, such as iron.nvim.

How?

Take a look at the docs here.

TODO

  • Tree-based prompts
  • Fuzzy finder
  • Highlighting
  • Drawing enhancements
  • Restoring previous session
  • Async capabilities
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].