Telescope emoji.nvim
An extension for telescope.nvim that allows you to search emojis😃
An extension for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) that allows you to search emojis😃 The project is written primarily in Lua, first published in 2021. Key topics include: neovim, nvim-telescope.
telescope-emoji.nvim
An extension for telescope.nvim
that allows you to search emojis😃
Get Started
Install telescope and this plugin then
luarequire("telescope").load_extension("emoji")
Usage
:Telescope emoji
Configuraion
It's optional.
by default
luatelescope.setup { extensions = { emoji = { action = function(emoji) -- argument emoji is a table. -- {name="", value="", cagegory="", description=""} vim.fn.setreg("*", emoji.value) print([[Press p or "*p to paste this emoji]] .. emoji.value) -- insert emoji when picked -- vim.api.nvim_put({ emoji.value }, 'c', false, true) end, } }, }
Contributors
Showing top 3 contributors by commit count.
This article is auto-generated from xiyaowong/telescope-emoji.nvim via the GitHub API.Last fetched: 6/29/2026
