mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/neoconf: setup before lspconfig
This commit is contained in:
parent
8899663b59
commit
092a46a1ca
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue