Skip to content

Commit

Permalink
feat: enable cmp-emoji (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
louib-bitgo authored May 10, 2024
1 parent 32d408e commit 140afaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions flakes/nvim/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
nvim-lastplace
nvim-lspconfig
nvim-cmp
cmp-emoji
cmp-nvim-lsp
cmp-buffer
cmp-path
Expand Down
3 changes: 3 additions & 0 deletions flakes/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@ local function configure_auto_completion()
name = 'dictionary',
keyword_length = 2,
},
{
name = 'emoji',
},
{ name = 'nvim_lsp' },
{ name = 'vsnip' },
{ name = 'copilot', group_index = 2 },
Expand Down

0 comments on commit 140afaf

Please sign in to comment.