mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
feat: add diffview.nvim to inputs
This commit is contained in:
parent
ef1b4d88bc
commit
a8f972701c
8 changed files with 66 additions and 0 deletions
14
modules/utility/diffview/diffview.nix
Normal file
14
modules/utility/diffview/diffview.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with builtins; let
|
||||
cfg = config.vim.utility.diffview-nvim;
|
||||
in {
|
||||
options.vim.utility.diffview-nvim = {
|
||||
enable = mkEnableOption "Enable diffview-nvim";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue