Skip to content

Commit eaba873

Browse files
authored
Merge pull request #59 from clifton/patch-1
2 parents c008b27 + 3412ccf commit eaba873

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ lsp.configure("postgres_lsp", {force_setup = true})
8686

8787
You'll need Cargo, Node, and npm installed.
8888

89+
Install the `libpg_query` submodule by running:
90+
91+
```sh
92+
git submodule update --init --recursive
93+
```
94+
8995
If you are using VS Code, you can install both the server and the client extension by running:
9096

9197
```sh

0 commit comments

Comments
 (0)