feat: enable vim-vsnip if nvim-cmp is enabled

This commit is contained in:
NotAShelf 2023-04-18 04:13:24 +03:00
commit 5941502e37
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
2 changed files with 25 additions and 1 deletions

View file

@ -35,6 +35,7 @@ in {
"cmp-buffer"
"cmp-vsnip"
"cmp-path"
"vim-vsnip"
];
vim.autocomplete.sources = {