mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 23:39:45 -05:00
plugins/neoconf: setup before lspconfig
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user