mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
update style colorscheme dan lua line
This commit is contained in:
parent
3b058b47b6
commit
f37de64fce
6 changed files with 499 additions and 10 deletions
|
@ -50,8 +50,9 @@ local diff = {
|
|||
local mode = {
|
||||
"mode",
|
||||
fmt = function(str)
|
||||
return "--" .. str .. "--"
|
||||
-- return " " .. str
|
||||
return " " .. str
|
||||
-- return " " .. str
|
||||
end,
|
||||
}
|
||||
|
||||
|
@ -174,10 +175,10 @@ 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 = "" },
|
||||
-- component_separators = { left = "", right = "" },
|
||||
-- section_separators = { left = "", right = "" },
|
||||
-- component_separators = { left = "", right = "" },
|
||||
-- section_separators = { left = " ", right = " " },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue