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:
@@ -9,10 +9,14 @@ return {
|
|||||||
{
|
{
|
||||||
'tpope/vim-fugitive',
|
'tpope/vim-fugitive',
|
||||||
cmd = { 'Git' },
|
cmd = { 'Git' },
|
||||||
|
enabled = false, -- prefer using a terminal buffer with unnest.nvim
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
dir = '~/dev/share.nvim/',
|
dir = '~/dev/share.nvim/',
|
||||||
opts = {},
|
opts = {},
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'brianhuster/unnest.nvim',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user