Cmd Palette.nvim

A simple function to trigger other plugins, commands and custom functions
Alternatives To Cmd Palette.nvim
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nvchad15,460
7 hours ago2August 19, 20211gpl-3.0Lua
An attempt to make neovim cli functional like an IDE while being very beautiful, blazing fast startuptime
Dotfiles7,557
15 days ago10otherShell
A set of vim, zsh, git, and tmux configuration files.
Awesome Dotfiles7,541
2 months ago2
A curated list of dotfiles resources.
Dotfiles2,489
5 days ago2mitLua
vim, zsh, git, homebrew, neovim - my whole world
Vim Bootstrap1,99513 months ago7November 07, 202131mitCSS
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Vim Awesome1,830
2 years ago80mitPython
Awesome Vim plugins from across the universe
Tmux Config1,697
4 months ago10Shell
:green_book: Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
Vim Config1,672
18 days ago35Vim Script
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim.
Dotfiles1,389
2 years ago4cc0-1.0Shell
▒ rice ░░ custom linux config files
Dotfiles1,339
a month agomitShell
💻 macOS / Ubuntu dotfiles
Alternatives To Cmd Palette.nvim
Select To Compare


Alternative Project Comparisons
Readme

Cmd-palette

A simple but powerful command palette for custom functions or triggering other plugins and that all in a quick and easy list

asciicast

Installation

Make sure you are using Neovim (v0.7) or the latest neovim nightly.

Using vim-plug

Plug 'koenverburg/cmd-palette.nvim'
Plug 'stevearc/dressing.nvim' # add the dressing plugin for a nicer looking ui as shown in the demo video

Using dein

call dein#add('koenverburg/cmd-palette.nvim')
call dein#add('stevearc/dressing.nvim') # add the dressing plugin for a nicer looking ui as shown in the demo video

Using packer.nvim

use 'koenverburg/cmd-palette.nvim'
use 'stevearc/dressing.nvim' -- add the dressing plugin for a nicer looking ui as shown in the demo video

Setup

require('cmd-palette').setup({
  { label = "PeepsightToggle", cmd = "Peepsight" },
  { label = "Greeting", callback = function() print("Hello, World!") end },
})

Usage

CmdPalette

Related Projects

Popular Vim Projects
Popular Dotfiles Projects
Popular Text Editors Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Lua
Vim
Dotfiles
Ide
Neovim
Nvim
Neovim Plugin