[nvim] add dependency to vsnip to prevent crashing

This commit is contained in:
eleith 2023-03-05 23:47:51 +00:00
parent 0fc8aed460
commit c9cb3e3235
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ return {
"hrsh7th/cmp-path",
"hrsh7th/cmp-calc",
"hrsh7th/cmp-vsnip",
"hrsh7th/vim-vsnip",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-nvim-lua",
"hrsh7th/cmp-emoji",