Skip to content

fzf-symbols.nvim provide its users with the ability of picking symbols and insert them at point.

License

Notifications You must be signed in to change notification settings

mistweaverco/fzf-symbols.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzf-symbols.nvim

fzf-symbols.nvim provide its users with the ability of picking symbols and insert them at point.

screenshot

Installation

Via Lazy

-- Emoji and Gitmoji via fzf-lua
--https://github.com/mistweaverco/fzf-symbols.nvim
return {
  'mistweaverco/fzf-symbols.nvim',
  dependencies = {
    'ibhagwan/fzf-lua',
  },
}

Set keymaps

vim.keymap.set("i", "<C-e>", function()
  require("fzf-symbols").open()
end)

About

fzf-symbols.nvim provide its users with the ability of picking symbols and insert them at point.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages