Skip to content

Commit ae74b45

Browse files
committed
fix(plugins.nvim-cmp): fix typo in nvim-cmp.lua
1 parent fb9e4d8 commit ae74b45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/plugins/nvim-cmp.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ local spec = {
66
dependencies = {
77
-- library
88
"lspkind.nvim",
9+
"vim-vsnip",
910

1011
-- completor
1112
"cmp-buffer",
@@ -53,7 +54,7 @@ local spec = {
5354

5455
snippet = {
5556
expand = function(args)
56-
vim.fn["vsnip#anonymouse"](args.body)
57+
vim.fn["vsnip#anonymous"](args.body)
5758
end,
5859
},
5960

0 commit comments

Comments
 (0)