1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: reenable neogit

This commit is contained in:
oddlama 2023-09-21 17:55:22 +02:00
parent 75e943cd1e
commit 8de313d277
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -131,8 +131,7 @@ return packer.startup(function(use)
-- Git integration
use "tpope/vim-fugitive"
use "sindrets/diffview.nvim"
-- FIXME: still broken and unusable
--use { "TimUntersberger/neogit", config = conf_setup "neogit" }
use { "TimUntersberger/neogit", config = conf_setup "neogit" }
-- Undo tree
use { "mbbill/undotree", config = conf_fn "undotree" }
-- Gpg integration