mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 03:30:05 +02:00
update lua line style
This commit is contained in:
parent
c1f16ee01e
commit
3b058b47b6
2 changed files with 5 additions and 5 deletions
|
@ -176,10 +176,10 @@ lualine.setup({
|
|||
theme = "auto",
|
||||
--component_separators = { left = "", right = "" },
|
||||
--section_separators = { left = "", right = "" },
|
||||
--component_separators = { left = "", right = "" },
|
||||
--section_separators = { left = "", right = "" },
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = " ", right = " " },
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
-- component_separators = { left = "", right = "" },
|
||||
-- section_separators = { left = " ", right = " " },
|
||||
|
||||
disabled_filetypes = {
|
||||
"TelescopePrompt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue