mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-03-04 10:11:39 +00:00
use default nvchad tab layout instead
This commit is contained in:
parent
e860dde93e
commit
6bd6b02d93
1 changed files with 4 additions and 1 deletions
|
@ -191,6 +191,8 @@ require('lualine').setup({
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = {}
|
lualine_z = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
--[[
|
||||||
tabline = {
|
tabline = {
|
||||||
lualine_a = {
|
lualine_a = {
|
||||||
buffer,
|
buffer,
|
||||||
|
@ -201,6 +203,7 @@ require('lualine').setup({
|
||||||
lualine_c = {},
|
lualine_c = {},
|
||||||
lualine_x = {
|
lualine_x = {
|
||||||
tabs,
|
tabs,
|
||||||
|
space
|
||||||
},
|
},
|
||||||
lualine_y = {
|
lualine_y = {
|
||||||
space,
|
space,
|
||||||
|
@ -210,5 +213,5 @@ require('lualine').setup({
|
||||||
},
|
},
|
||||||
winbar = {},
|
winbar = {},
|
||||||
inactive_winbar = {},
|
inactive_winbar = {},
|
||||||
|
]]--
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue