From 5d458bf9a4773ac77b38883b8d7736497b8251e3 Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Wed, 10 Jan 2024 13:05:50 -0500 Subject: yaks cannot be stopped --- .config/nvim/lua/powerline.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/nvim/lua/powerline.lua') diff --git a/.config/nvim/lua/powerline.lua b/.config/nvim/lua/powerline.lua index f7394e2..9c29b12 100644 --- a/.config/nvim/lua/powerline.lua +++ b/.config/nvim/lua/powerline.lua @@ -1,9 +1,9 @@ require('lualine').setup { options = { icons_enabled = true, - theme = 'gruvbox_dark', - component_separators = { left = '', right = '' }, - section_separators = { left = '', right = '' }, + theme = 'everforest', + component_separators = { left = '', right = '' }, + section_separators = { left = '', right = '' }, disabled_filetypes = { statusline = {}, winbar = {}, @@ -19,9 +19,9 @@ require('lualine').setup { }, sections = { lualine_a = { 'mode' }, - lualine_b = { 'branch', 'diff', 'diagnostics' }, + lualine_b = { 'branch', 'diff' }, lualine_c = { { 'filename', path = 1 } }, - lualine_x = { 'encoding', 'fileformat', 'filetype' }, + lualine_x = { 'diagnostics', 'encoding', 'fileformat', 'filetype' }, lualine_y = { 'progress' }, lualine_z = { 'location' } }, -- cgit v1.2.3-70-g09d2