init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
17
config/custom-modules/linediff/default.nix
Normal file
17
config/custom-modules/linediff/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Not yet merge into nixos-25.05
|
||||
{ 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue