From 4a7393a1eab6ecaba36e93396fb6610427881c20 Mon Sep 17 00:00:00 2001 From: newbieQQ <1770362456@qq.com> Date: Tue, 16 May 2023 21:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A1=B9=E7=9B=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/plug.lua | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/lua/core/plug.lua b/lua/core/plug.lua index bf2de22..bbea987 100644 --- a/lua/core/plug.lua +++ b/lua/core/plug.lua @@ -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'}} } })