nixvim-for-share/config/plugins/linediff.nix
2025-07-26 12:43:01 +00:00

19 lines
418 B
Nix

{
plugins.linediff.enable = true;
}
# { lib, ... }:
# lib.nixvim.plugins.mkVimPlugin {
# name = "linediff";
# packPathName = "linediff.vim";
# package = "linediff-vim";
#
# globalPrefix = "linediff_";
#
# maintainers = [ lib.maintainers.GaetanLepage ];
#
# settingsExample = {
# modify_statusline = 0;
# first_buffer_command = "topleft new";
# second_buffer_command = "vertical new";
# };