mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-03 05:54: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 = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = "auto",
|
theme = "auto",
|
||||||
|
--component_separators = { left = "", right = "" },
|
||||||
|
--section_separators = { left = "", right = "" },
|
||||||
|
--component_separators = { left = "", right = "" },
|
||||||
|
--section_separators = { left = "", right = "" },
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = " ", right = " " },
|
||||||
|
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
"TelescopePrompt",
|
"TelescopePrompt",
|
||||||
"packer",
|
"packer",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue