fix(luasnip): use echo instead of echo -e for build warning

This commit is contained in:
Folke Lemaitre
2023-05-27 23:03:44 +02:00
parent c272bba013
commit 88238e2109

View File

@ -4,7 +4,7 @@ return {
{
"L3MON4D3/LuaSnip",
build = (not jit.os:find("Windows"))
and "echo -e 'NOTE: jsregexp is optional, so not a big deal if it fails to build\n'; make install_jsregexp"
and "echo 'NOTE: jsregexp is optional, so not a big deal if it fails to build'; make install_jsregexp"
or nil,
dependencies = {
"rafamadriz/friendly-snippets",