增加插件
This commit is contained in:
parent
c73156d67b
commit
4f88e82366
@ -17,7 +17,7 @@ G.opt.rtp:prepend(lazypath)
|
|||||||
-- Example using a list of specs with the default options
|
-- Example using a list of specs with the default options
|
||||||
|
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
lockfile = false,
|
lockfile = false,
|
||||||
|
|
||||||
-- 主题插件
|
-- 主题插件
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
@ -71,7 +71,12 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
|
|
||||||
-- 项目管理
|
-- 项目管理
|
||||||
-- 'Shatur/neovim-session-manager'
|
{
|
||||||
|
'Shatur/neovim-session-manager',
|
||||||
|
dependencies = {
|
||||||
|
'nvim-lua/plenary.nvim'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user