plugins/neoconf: setup before lspconfig

This commit is contained in:
Austin Horstman 2025-01-08 15:38:23 -06:00
parent 8899663b59
commit 092a46a1ca
No known key found for this signature in database

View file

@ -69,6 +69,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
};
};
# Attaching before lsp config
# Setup `require("neoconf").setup()` should be run **BEFORE** setting up any lsp server with lspconfig
configLocation = lib.mkOrder 900 "extraConfigLua";
settingsExample = {
local_settings = ".neoconf.json";
global_settings = "neoconf.json";