mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 05:05:14 +03:00
14 lines
299 B
Bash
14 lines
299 B
Bash
#!/bin/sh
|
|
|
|
cat >&2 <<EOF
|
|
*
|
|
* Use "/usr/share/friendly-snippets" as snippets path, in your snippets plugin
|
|
* loader. For example, if you are using luasnip, configure it as below:
|
|
*
|
|
* require("luasnip.loaders.from_vscode").lazy_load({
|
|
* paths = { "/usr/share/friendly-snippets" }
|
|
* })
|
|
*
|
|
EOF
|
|
|
|
exit 0
|