diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-21 23:22:11 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-21 23:22:11 +0900 |
commit | 53aa94326ed9a40f37353c844648a4377382b4a1 (patch) | |
tree | 0ea3f3e1870780674d889374e3ed9e3a59eb7260 | |
parent | 50adceea684fa7b1cefc1f307f24454e91df44c1 (diff) | |
download | vim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.tar.gz vim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.tar.bz2 vim-lsp-settings-53aa94326ed9a40f37353c844648a4377382b4a1.zip |
Update README.md
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |