neoconf.nvim/lua/neoconf
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
..
build feat(sonarlint): add sonarlint to schemas (#95) 2024-12-16 08:18:25 +01:00
json fix(json): set `null` values to `nil` 2023-09-29 11:09:47 +02:00
plugins fix(deprecation): remove use of deprecated API functions (#59) 2024-07-06 23:58:43 +02:00
commands.lua fix: normalize paths. Fixes #33 2024-07-07 05:41:25 +02:00
config.lua docs(README): config files renamed from .nvim.settings.json to .neoco… (#102) 2025-01-22 08:52:27 +01:00
health.lua fix(lspconfig): revert `_available_servers` (#108) 2025-01-28 08:28:05 +01:00
import.lua feat: build import schemas based on main schema 2022-09-17 19:45:41 +02:00
init.lua refactor: moved setup check to health 2022-09-17 20:44:51 +02:00
schema.lua fix: deprecation warnings on 0.11 2024-05-16 21:55:18 +02:00
settings.lua fix: only expand top-level and lspconfig settings. Fixes #11 2023-02-07 23:35:37 +01:00
util.lua fix(lspconfig): add hook before and not after (#92) 2025-02-27 08:53:52 +01:00
view.lua fix: local options. Fixes #81 2024-07-18 17:44:16 +02:00
workspace.lua fix(deprecation): remove use of deprecated API functions (#59) 2024-07-06 23:58:43 +02:00