From 279b9be02a6127609da52bb181a00783a91c9817 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 3 May 2022 12:49:59 +0200 Subject: nvim: disable global status, formatting --- .config/nvim/lua/setup/lualine.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.config/nvim/lua/setup/lualine.lua') diff --git a/.config/nvim/lua/setup/lualine.lua b/.config/nvim/lua/setup/lualine.lua index 4d08844..2a792b7 100644 --- a/.config/nvim/lua/setup/lualine.lua +++ b/.config/nvim/lua/setup/lualine.lua @@ -1,25 +1,25 @@ -require'lualine'.setup { +require 'lualine'.setup { options = { icons_enabled = true, theme = 'onedark', - component_separators = {left = '', right = ''}, - section_separators = {left = '', right = ''}, - disabled_filetypes = {'startify', 'terminal', 'netrw', 'NvimTree', 'packer'}, - globalstatus = true, + component_separators = { left = '', right = '' }, + section_separators = { left = '', right = '' }, + disabled_filetypes = { 'startify', 'terminal', 'netrw', 'NvimTree', 'packer' }, + globalstatus = false, }, sections = { - lualine_a = {'mode'}, - lualine_b = {'branch'}, - lualine_c = {'filename', 'diagnostics'}, - lualine_x = {'encoding', 'filetype'}, - lualine_y = {'progress'}, - lualine_z = {'location'}, + lualine_a = { 'mode' }, + lualine_b = { 'branch' }, + lualine_c = { 'filename', 'diagnostics' }, + lualine_x = { 'encoding', 'filetype' }, + lualine_y = { 'progress' }, + lualine_z = { 'location' }, }, inactive_sections = { lualine_a = {}, lualine_b = {}, - lualine_c = {'filename'}, - lualine_x = {'location'}, + lualine_c = { 'filename' }, + lualine_x = { 'location' }, lualine_y = {}, lualine_z = {}, }, -- cgit v1.2.3-70-g09d2