Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Mar 6, 2025
1 parent 8962642 commit d1c5f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ return {
preset = 'enter',
['<c-y>'] = { 'show_documentation', 'hide_documentation' },
},
cmdline = {
enabled = false,
},
sources = {
default = { "lazydev", "lsp", "path", "references", "git", "snippets", "buffer", "emoji" },
cmdline = {},
providers = {
emoji = {
module = "blink-emoji",
Expand Down

0 comments on commit d1c5f7f

Please sign in to comment.