Skip to content

Commit

Permalink
disable distracting/noisy autocomplete, completion manually via <C-n>
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Mar 20, 2024
1 parent 35b4cc8 commit 821001e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ return {

cmp.setup({
completion = {
keyword_length = 2
autocomplete = false
},
mapping = cmp.mapping.preset.insert({
['<C-e>'] = cmp.mapping.abort(),
Expand Down

0 comments on commit 821001e

Please sign in to comment.