Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 70c127b

Browse files
committed
fix: typo in health.lua causing check fail for vim-vsnip
1 parent 84ef386 commit 70c127b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/completion/health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local checkSnippetSource = function()
2424
local snippet_sources = {
2525
["UltiSnips"] = "ultisnips",
2626
["Neosnippet"] = "neosnippet.vim",
27-
["vim-snip"] = "vsnip",
27+
["vim-vsnip"] = "vsnip",
2828
["snippets.nvim"] = "snippets.nvim"
2929
}
3030

0 commit comments

Comments
 (0)