mirror of https://github.com/folke/neoconf.nvim
## Description A common use of `on_new_config` is to construct the `cmd` for starting language servers based on the configuration. These language servers require that the settings are finalized before it is run. It looks like previous commits did use `add_hook_before` for the `lspconfig` integration but it got moved to being `add_hook_after` when centralizing it with the `lua_ls` and `jsonls` plugin integrations. We should revert this back to `add_hook_before` so that the existing `on_new_config` functions continue working. |
||
|---|---|---|
| .. | ||
| neoconf | ||