forked from nix-community/nixvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins/lsp: fix
enabledServers.extraOptions
type merging
Use `attrsOf` instead of `attrs` to ensure recursive merging, otherwise things like `extraOptions.settings = lib.mkIf` will not be unwrapped by the module system.
- Loading branch information
1 parent
a1c352a
commit 8b19d15
Showing
2 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters