tamago324 / nlsp-settings.nvim

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

Maintain schema meta locally or support merge local config with upstream config. #35

Closed leaxoy closed 1 year ago

leaxoy commented 1 year ago

Currently, lsp setting schema very dependent on upstream updates, some schema not exist for some reason, eg: gopls, but I try update in my machine, and no error as upstream says. So, maintain schema meta locally is a flexible way, not bound by upstream.

leaxoy commented 1 year ago

@tamago324 any thoughts ?