diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:52:22 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:39:50 -0500 |
| commit | 95e5604074b7443968f01738f7c556260a13b297 (patch) | |
| tree | fd881fb10bc344efdb13bd430f091c983e954e09 /lua/user/plugins.lua | |
| parent | 5bacab1784742733190e85df56261deb6980c121 (diff) | |
add alpha
add alpha
fix
t
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 58166df..183b805 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -55,6 +55,8 @@ return packer.startup(function(use) use "ahmedkhalf/project.nvim" use 'lewis6991/impatient.nvim' use "lukas-reineke/indent-blankline.nvim" + use 'goolord/alpha-nvim' + use "antoinemadec/FixCursorHold.nvim" -- This is needed to fix lsp doc highlight -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
