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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index d8ef949..a122768 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -124,7 +124,7 @@ return require('packer').startup(function()
124 124
125 -- cursorline of the $CURRENT_YEAR 125 -- cursorline of the $CURRENT_YEAR
126 use { 126 use {
127 'shadmansaleh/lualine.nvim', 127 'nvim-lualine/lualine.nvim',
128 requires = {'kyazdani42/nvim-web-devicons', opt = true} 128 requires = {'kyazdani42/nvim-web-devicons', opt = true}
129 } 129 }
130 -- colour theme of the $CURRENT_YEAR 130 -- colour theme of the $CURRENT_YEAR