feat: add fugitive and neo-tree
This commit is contained in:
@@ -5,4 +5,18 @@
|
||||
|
||||
---@module 'lazy'
|
||||
---@type LazySpec
|
||||
return {}
|
||||
return {
|
||||
{
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
branch = 'v3.x',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'MunifTanjim/nui.nvim',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
'tpope/vim-fugitive',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user