Modified dependencies for nvim-cmp

This commit is contained in:
Vegard Berg 2023-05-22 22:14:40 +02:00
parent 9c37eda22e
commit 92777ff862
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ return {
"hrsh7th/nvim-cmp",
dependencies = {
"saadparwaiz1/cmp_luasnip",
"hrsh7th/cmp-nvim-lsp",
},
}