Skip to content

Commit

Permalink
chore(nvim-cmp): comment completion table
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkyilhampra committed Feb 18, 2024
1 parent a1cf403 commit ee683dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/aquila/plugins/nvim-cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ return {
performance = {
max_view_entries = 50,
},
completion = {
completeopt = "menu,menuone,preview,noselect",
keyword_length = 3
},
-- completion = {
-- completeopt = "menu,menuone,preview,noselect",
-- keyword_length = 3
-- },
snippet = {
expand = function(args)
luasnip.lsp_expand(args.body)
Expand Down

0 comments on commit ee683dc

Please sign in to comment.