diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 18:03:50 +0100 |
| commit | eefdbbbfc9c5ada166e9b6fe8257ce8221f66718 (patch) | |
| tree | 03410e563e202b71f06a8cf5d3ef98e8a18ff12a /lua/user/plugins.lua | |
| parent | e47445be8dc76ca0672871f7320e19d0d7f45f00 (diff) | |
| parent | 625cbc47271842540a0bee111b2a83ef65883de4 (diff) | |
Merge branch '20-alpha' into vgg
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 9fa484e..3f1a550 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -53,6 +53,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 use 'kyazdani42/nvim-web-devicons' use 'kyazdani42/nvim-tree.lua' |
