tabbar is cool

This commit is contained in:
aliaksandrkotau 2023-12-16 10:05:05 +01:00
parent 9222164c4e
commit 6b32dcdd6c
3 changed files with 29 additions and 2 deletions

View File

@ -169,8 +169,26 @@ require('lazy').setup({
icons_enabled = false,
theme = 'onedark',
component_separators = '|',
section_separators = '',
section_separators = '|',
},
--winbar = {} -- Not used, because `barbecue.nvim` uses it.
tabline = {
lualine_a = {'mode', 'branch'},
lualine_b = {'filename', 'diff', 'diagnostics'},
lualine_c = {'searchcount'},
lualine_x = {},
lualine_y = {},
lualine_z = {'windows', 'tabs'},
},
sections = {
lualine_a = {'mode'},
lualine_b = {},
lualine_c = {},
lualine_x = {'encoding', 'fileformat', 'filetype', 'filesize'},
lualine_y = {'progress'},
lualine_z = {'location', 'windows', 'tabs'}
},
},
},

View File

@ -8,5 +8,14 @@ return {
},
opts = {
-- configurations go here
theme = {
normal = {
-- bg = "#000000"
bold = true
},
--dirname = { bg = "#000000" },
--basename = { bg = "#888888" },
--context = { bg = "#DDDDDD" },
}
},
}

View File

@ -1,3 +1,3 @@
return {
"SmiteshP/nvim-navic"
"SmiteshP/nvim-navic",
}