mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/blink-pairs: add blink_pairs_parser lib to combinePlugins.pathsToLink
This commit is contained in:
committed by
Gaétan Lepage
parent
902dd3995b
commit
23c2718053
@@ -28,4 +28,9 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = {
|
||||
# Native library is in lib/libblink_pairs_parser.so
|
||||
performance.combinePlugins.pathsToLink = [ "/lib" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user