Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Allaman/emoji.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Feb 25, 2024
2 parents 00f89ec + 681924e commit 45a90c6
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions doc/emoji.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*emoji.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 February 24
*emoji.nvim.txt* For Neovim >= 0.9.0 Last change: 2024 February 25

==============================================================================
Table of Contents *emoji.nvim-table-of-contents*
Expand Down Expand Up @@ -58,15 +58,19 @@ With Lazy.nvim <https://github.com/folke/lazy.nvim>
Fornvim-cmp integration add `emoji` to your list of sources:

>lua
local sources = {
{ name = "nvim_lsp" },
{ name = "buffer", keyword_length = 5 },
{ name = "luasnip" },
{ name = "emoji" },
}
local sources = {
{ name = "nvim_lsp" },
{ name = "buffer", keyword_length = 5 },
{ name = "luasnip" },
{ name = "emoji" },
}
<

Telescope integration should work out of the box if Telescope is installed.
For telescope integration load the extension via:

>la
telescope.load_extension("emoji")
<


USE *emoji.nvim-use*
Expand Down

0 comments on commit 45a90c6

Please sign in to comment.