Add instructions on how to run locally and in neovim

This commit is contained in:
Francesco Renzi
2025-11-27 15:37:14 +00:00
parent 03ffd0c44d
commit ec52bd7358
3 changed files with 114 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Wrapper script to start the Actions language server
DIR="$(cd "$(dirname "$0")" && pwd)"
exec node "$DIR/../dist/server-bundled.cjs" --stdio "$@"