feat: add diffview.nvim to inputs

This commit is contained in:
NotAShelf 2023-03-01 12:08:24 +03:00
commit a8f972701c
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
8 changed files with 66 additions and 0 deletions

View file

@ -70,6 +70,7 @@ with lib; let
"kommentary"
"mind-nvim"
"fidget-nvim"
"diffview-nvim"
];
# You can either use the name of the plugin or a package.
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));