nichts/modules/editors/nixvim/plug/git/gitlinker.nix
2024-05-22 10:43:46 +02:00

8 lines
136 B
Nix

{
programs.nixvim.plugins.gitlinker = {
enable = true;
callbacks = {
"gihub.com" = "get_github_type_url";
};
};
}