healthcheck: only warn when jsregexp is missing, fix helptag.

This commit is contained in:
L3MON4D3 2024-04-01 19:04:24 +02:00
parent f72fd4b773
commit 79cc25c398

View file

@ -5,9 +5,9 @@ return {
if jsregexp then
vim.health.ok("jsregexp is installed")
else
vim.health.error([[
vim.health.warn([[
For Variable/Placeholder-transformations, luasnip requires
the jsregexp library. See `:h luasnip-transformations` for advice
the jsregexp library. See `:h luasnip-lsp-snippets-transformations` for advice
]])
end
end,