1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: remove obsolete neogit config

This commit is contained in:
oddlama 2024-03-02 13:24:30 +01:00
parent bdebd8c1c9
commit 0c561f7fdc
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -9,9 +9,6 @@
diffview.enable = true;
# Manage git from within neovim
neogit = {
enable = true;
disableBuiltinNotifications = true;
};
neogit.enable = true;
};
}