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. |
||
|---|---|---|
| .. | ||
| build | ||
| json | ||
| plugins | ||
| commands.lua | ||
| config.lua | ||
| health.lua | ||
| import.lua | ||
| init.lua | ||
| schema.lua | ||
| settings.lua | ||
| util.lua | ||
| view.lua | ||
| workspace.lua | ||