summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYigit Sever2022-12-17 17:56:15 +0300
committerYigit Sever2022-12-17 17:56:15 +0300
commit2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c (patch)
tree2db4fb3fea000e5485466f2e9cb99e38f4663a26 /.config/nvim/lua/plugins.lua
parent4ace0a7ee4b9249e07bd0be74193fd513b6d4ca0 (diff)
downloaddotfiles-2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c.tar.gz
dotfiles-2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c.tar.bz2
dotfiles-2ef2c8d8d3aab7079d7d27a134a4fc6ee20fde0c.zip
feat(nvim): switch alpha to dashboard
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',