2022-03-30 02:13:42 +02:00
|
|
|
require("lualine").setup {
|
|
|
|
options = {
|
2022-05-03 21:17:43 +02:00
|
|
|
disabled_filetypes = { "NVimTree" },
|
2022-03-30 02:13:42 +02:00
|
|
|
component_separators = { left = "", right = ""},
|
|
|
|
section_separators = { left = "", right = ""},
|
|
|
|
},
|
|
|
|
}
|