neoconf.nvim/lua
Micah Halter 5cff548d38
fix(lspconfig): add hook before and not after (#92)
## 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.
2025-02-27 08:53:52 +01:00
..
neoconf fix(lspconfig): add hook before and not after (#92) 2025-02-27 08:53:52 +01:00