Skip to content

Commit

Permalink
plugins/neoconf: setup before lspconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 8, 2025
1 parent 8899663 commit 092a46a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/by-name/neoconf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 092a46a

Please sign in to comment.