From 4e78e8d8fe464fbc9e99632b65dd3ead75d9dda0 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 16 Oct 2024 01:45:33 +0200 Subject: [PATCH] docs(readme): add note on json5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58418b5b..04bb9277 100644 --- a/README.md +++ b/README.md @@ -818,6 +818,7 @@ the `server.default_settings` will be used. [^2]: See [this example](https://github.com/rust-analyzer/rust-project.json-example/blob/master/.vscode/settings.json) and the rust-analyzer [configuration manual](https://rust-analyzer.github.io/manual.html#configuration). + Note that JSON5 is currently not supported by Neovim. Another option is to use `:h exrc`.