mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
add diffview
This commit is contained in:
parent
020a9671ac
commit
77ccb7aedb
2 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
./completion/cmp.nix
|
||||
./completion/lspkind.nix
|
||||
|
||||
./git/diffview.nix
|
||||
|
||||
./dap/dap.nix
|
||||
|
||||
./filetrees/neo-tree.nix
|
||||
|
|
5
config/git/diffview.nix
Normal file
5
config/git/diffview.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.diffview = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue