summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-rw-r--r--.config/nvim/lua/plugins.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 427f619..ec03289 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -41,10 +41,7 @@ return require('packer').startup(function(use)
41 } 41 }
42 42
43 -- dashboard 43 -- dashboard
44 use { 44 use 'glepnir/dashboard-nvim'
45 'goolord/alpha-nvim',
46 requires = { 'kyazdani42/nvim-web-devicons' }
47 }
48 45
49 -- completion suite 46 -- completion suite
50 use 'hrsh7th/nvim-cmp' 47 use 'hrsh7th/nvim-cmp'
@@ -141,6 +138,8 @@ return require('packer').startup(function(use)
141 -- comment helper 138 -- comment helper
142 use 'numToStr/Comment.nvim' 139 use 'numToStr/Comment.nvim'
143 140
141 -- icon pack
142 use 'kyazdani42/nvim-web-devicons'
144 -- statusline of the $CURRENT_YEAR 143 -- statusline of the $CURRENT_YEAR
145 use { 144 use {
146 'nvim-lualine/lualine.nvim', 145 'nvim-lualine/lualine.nvim',