diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-29 01:48:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-29 01:48:10 +0800 |
| commit | e56595c138e4454b3fba96b38eca64e7f237b413 (patch) | |
| tree | e4583bab3211f7f24d9243e795d8262473a7339e /lua/plugins.lua | |
| parent | 0aa98524d3ee6898889bc0f956d5fc238807803f (diff) | |
add plugin alpha-nvim
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 60c0ab4..bd47db2 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -129,6 +129,7 @@ require("packer").startup({ use({ "akinsho/bufferline.nvim", event = "VimEnter", config = [[require('config.bufferline')]] }) + use { 'goolord/alpha-nvim', config = [[require('config.alpha-nvim')]] } -- fancy start screen use({ "lukas-reineke/indent-blankline.nvim", event = "VimEnter", config = [[require('config.indent-blankline')]] }) |
