1
0

patch(nvim): unnest.nvim

Makes using git within a terminal nicer. `vim-fugitive` was my former go
to, but I prefer that, with the `<leader>t` shortcut.
This commit is contained in:
2025-12-30 23:48:22 +01:00
parent 15662647d7
commit af86c0c1e5

View File

@@ -9,10 +9,14 @@ return {
{
'tpope/vim-fugitive',
cmd = { 'Git' },
enabled = false, -- prefer using a terminal buffer with unnest.nvim
},
{
dir = '~/dev/share.nvim/',
opts = {},
enabled = false,
},
{
'brianhuster/unnest.nvim',
},
}