forked from mirrors_public/oddlama_nix-config
feat: reenable neogit
This commit is contained in:
parent
75e943cd1e
commit
8de313d277
1 changed files with 1 additions and 2 deletions
|
@ -131,8 +131,7 @@ return packer.startup(function(use)
|
||||||
-- Git integration
|
-- Git integration
|
||||||
use "tpope/vim-fugitive"
|
use "tpope/vim-fugitive"
|
||||||
use "sindrets/diffview.nvim"
|
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
|
-- Undo tree
|
||||||
use { "mbbill/undotree", config = conf_fn "undotree" }
|
use { "mbbill/undotree", config = conf_fn "undotree" }
|
||||||
-- Gpg integration
|
-- Gpg integration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue