增加插件

This commit is contained in:
newbieQQ 2023-05-09 20:06:48 +08:00
parent c73156d67b
commit 4f88e82366

View File

@ -17,7 +17,7 @@ G.opt.rtp:prepend(lazypath)
-- Example using a list of specs with the default options
require("lazy").setup({
lockfile = false,
lockfile = false,
-- 主题插件
'nvim-lualine/lualine.nvim',
@ -71,7 +71,12 @@ require("lazy").setup({
},
-- 项目管理
-- 'Shatur/neovim-session-manager'
{
'Shatur/neovim-session-manager',
dependencies = {
'nvim-lua/plenary.nvim'
}
}
})