updated status bar
This commit is contained in:
parent
7879368f9f
commit
e889d341a0
6
init.lua
6
init.lua
|
|
@ -313,7 +313,7 @@ require('lazy').setup({
|
|||
},
|
||||
ignore_focus = {},
|
||||
always_divide_middle = true,
|
||||
always_show_tabline = true,
|
||||
-- always_show_tabline = true,
|
||||
globalstatus = false,
|
||||
refresh = {
|
||||
statusline = 100,
|
||||
|
|
@ -326,8 +326,8 @@ require('lazy').setup({
|
|||
lualine_b = { 'branch', 'diff', 'diagnostics' },
|
||||
lualine_c = { 'filename' },
|
||||
lualine_d = { 'lsp_progress' },
|
||||
lualine_w = { 'tabnine' },
|
||||
lualine_x = { 'ctime' },
|
||||
-- lualine_w = { 'tabnine' },
|
||||
-- lualine_x = { 'ctime' },
|
||||
lualine_y = { 'encoding', 'fileformat', 'filetype' },
|
||||
lualine_z = { 'location' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue