Skip to content

Commit

Permalink
Use cmp.config.sources (hrsh7th#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher authored Aug 14, 2022
1 parent 706371f commit 983453e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ cmp.setup {
['<CR>'] = cmp.mapping.confirm({ select = true })
},

sources = {
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "buffer" },
},
}),
}
EOF

Expand Down

0 comments on commit 983453e

Please sign in to comment.