aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/powerline.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/powerline.lua')
-rw-r--r--.config/nvim/lua/powerline.lua10
1 files changed, 5 insertions, 5 deletions
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' }
},