删除项目管理
This commit is contained in:
parent
87d5fc4b28
commit
4a7393a1ea
@ -71,11 +71,22 @@ lockfile = false,
|
||||
},
|
||||
|
||||
-- 项目管理
|
||||
-- {
|
||||
-- 'Shatur/neovim-session-manager',
|
||||
-- dependencies = {
|
||||
-- 'nvim-lua/plenary.nvim'
|
||||
-- }
|
||||
-- },
|
||||
|
||||
{
|
||||
'Shatur/neovim-session-manager',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim'
|
||||
'glepnir/dashboard-nvim',
|
||||
event = 'VimEnter',
|
||||
config = function()
|
||||
require('dashboard').setup {
|
||||
-- config
|
||||
}
|
||||
end,
|
||||
dependencies = { {'nvim-tree/nvim-web-devicons'}}
|
||||
}
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user