summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-24 15:00:45 +0300
committerYigit Sever2021-10-24 15:00:45 +0300
commit786552327efb5153cbd341ee8d2cf13f308f11e2 (patch)
tree21fae81da9399cc77b682f8d7e376ba12efad4d3 /.config
parent9697b41a458c07f41d923b32d959e73a109dfee6 (diff)
downloaddotfiles-786552327efb5153cbd341ee8d2cf13f308f11e2.tar.gz
dotfiles-786552327efb5153cbd341ee8d2cf13f308f11e2.tar.bz2
dotfiles-786552327efb5153cbd341ee8d2cf13f308f11e2.zip
nvim: move to new lualine fork
diffstat (limited to '.config')
-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