nix-community.nixvim/tests/test-sources/modules/output.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
162 B
Nix
Raw Normal View History

2024-07-06 18:36:00 +03:00
{
extraLuaPackages = {
extraLuaPackages = ps: [ ps.jsregexp ];
# Make sure jsregexp is in LUA_PATH
extraConfigLua = ''require("jsregexp")'';
};
}