mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 21:14:29 +02:00
update style lualine
This commit is contained in:
parent
693c31fb6e
commit
84055f2ebe
1 changed files with 6 additions and 1 deletions
|
@ -173,8 +173,13 @@ lualine.setup({
|
|||
options = {
|
||||
icons_enabled = true,
|
||||
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 = "" },
|
||||
section_separators = { left = " ", right = " " },
|
||||
|
||||
disabled_filetypes = {
|
||||
"TelescopePrompt",
|
||||
"packer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue