mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-27 21:41:29 +00:00

* plugins/git: add git-conflict-nvim; modularize * plugins/git: build git-conflict-nvim ourselves
6 lines
63 B
Nix
6 lines
63 B
Nix
{
|
|
imports = [
|
|
./config.nix
|
|
./git-conflict.nix
|
|
];
|
|
}
|