tamago324 / nlsp-settings.nvim

A plugin for setting Neovim LSP with JSON or YAML files
MIT License
316 stars 18 forks source link

use the settings file for schemas in jsonls #6

Closed ChristianChiarulli closed 3 years ago

ChristianChiarulli commented 3 years ago

The problem is that this will override your settings that allow you to load the nlsp-settings default schemas

tamago324 commented 3 years ago

Thank you for your feedback.

The json.schemas defined in jsonls.json are now merged with the schemas specified in lspconfig."jsonls".setup().

ChristianChiarulli commented 3 years ago

awesome, thanks