tamago324 / nlsp-settings.nvim

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

feat: add function make_on_new_config() #3

Closed tamago324 closed 3 years ago

tamago324 commented 3 years ago

~This is required to set the settings of the newly launched client.~ It is called by on_new_config in lspconfig.xxx.setup().

Edit: nlspsettings.{server_name}.get() has been deprecated. Use nslpsettings.make_on_new_config() instead.