aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-21 23:22:11 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-21 23:22:11 +0900
commit53aa94326ed9a40f37353c844648a4377382b4a1 (patch)
tree0ea3f3e1870780674d889374e3ed9e3a59eb7260
parent50adceea684fa7b1cefc1f307f24454e91df44c1 (diff)
downloadvim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.tar.gz
vim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.tar.bz2
vim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.zip
Update README.md
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95eb5ac..9d5b387 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,24 @@ Currently, no way to uninstall/update server. Run this command again, newer vers
| F# | fsharp-language-server | Yes |
| GraphQL | gql-language-server | Yes |
+## Notes
+
+### clangd
+
+There is a Linux OS/version that does not run locally installed clangd due to zlib version mismatch. If you want to use clangd, please install clangd on your system.
+
+### gql-language-server
+
+To use gql-language-server, `.gqlconfig` have to be located on the top of project directory. And schema must be pointed to the schema file correctly.
+
+```json5
+{
+ schema: {
+ files: 'path/to/schema.graphql'
+ }
+}
+```
+
## License
MIT