Move to NvChad 3.5; move repository path to a variable.

This commit is contained in:
Bartek Stalewski 2024-03-30 00:33:15 +01:00
parent 447a1f0511
commit af1740df8d
No known key found for this signature in database
21 changed files with 290 additions and 20 deletions

View file

@ -0,0 +1,23 @@
return {
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
opts = {
options = {
component_separators = '',
icons_enabled = true,
section_separators = '',
theme = "powerline",
},
sections = {
lualine_a = { "mode" },
lualine_b = { { "filename", file_status = true, path = 1 } },
lualine_c = { { "branch", icon = "" } },
lualine_x = { "filetype" },
lualine_y = { "progress" },
lualine_z = { "location" },
},
tabline = {
lualine_a = { "buffers" },
},
},
}