I am using with nvim-lspconfig for editing a JSONC file like this.
When I add a modeline like # yaml-language-server: $schema=https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json I get the desired LSP functionalities.
But when I only use "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json" instead of the modeline, like suggested in the link above, it does not work.
What am I doing wrong?
I am using with
nvim-lspconfigfor editing aJSONCfile like this.When I add a modeline like
# yaml-language-server: $schema=https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.jsonI get the desired LSP functionalities.But when I only use
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json"instead of the modeline, like suggested in the link above, it does not work.What am I doing wrong?