fix(lualine): Show tabs and file path on the same line
This commit is contained in:
parent
c211d60155
commit
2dc5b4d5e5
@ -44,13 +44,14 @@ require('lualine').setup {
|
||||
},
|
||||
-- Example top tabline configuration (this may clash with other plugins)
|
||||
tabline = {
|
||||
-- lualine_a = {
|
||||
-- {
|
||||
-- 'tabs',
|
||||
-- mode = 1,
|
||||
-- },
|
||||
-- },
|
||||
-- lualine_b = {
|
||||
lualine_a = {
|
||||
{
|
||||
'tabs',
|
||||
mode = 1,
|
||||
},
|
||||
},
|
||||
lualine_b = {
|
||||
{
|
||||
'buffers',
|
||||
show_filename_only = true,
|
||||
@ -71,9 +72,9 @@ require('lualine').setup {
|
||||
lualine_c = {},
|
||||
lualine_x = {},
|
||||
lualine_y = {},
|
||||
lualine_z = {},
|
||||
},
|
||||
winbar = {
|
||||
-- lualine_z = {}, -- Commented out so that buffers and file path are on the same line
|
||||
-- },
|
||||
-- winbar = {
|
||||
lualine_z = {
|
||||
{
|
||||
'filename',
|
||||
|
Loading…
x
Reference in New Issue
Block a user