up
This commit is contained in:
13
modules/home/neovim/plugins/neogit.nix
Normal file
13
modules/home/neovim/plugins/neogit.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.nixvim.plugins.neogit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
disable_signs = false;
|
||||
integrations = {
|
||||
diffview = true;
|
||||
telescope = true;
|
||||
};
|
||||
use_telescope = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user