mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
support custom lualine style
This commit is contained in:
parent
1bb9a4cfa2
commit
751268cb45
3 changed files with 60 additions and 19 deletions
|
@ -14,9 +14,36 @@ m.lualine_style = 0
|
|||
-- 1 = vim icon " "
|
||||
-- 2 = vim icon " "
|
||||
m.status_icon = 0
|
||||
-- start custom lualine style
|
||||
-- contoh style
|
||||
-- {
|
||||
-- { left = "│", right = "│" },
|
||||
-- { left = " ", right = " " },
|
||||
-- },
|
||||
-- {
|
||||
-- { left = " ", right = " " },
|
||||
-- { left = " ", right = "" },
|
||||
-- },
|
||||
-- {
|
||||
-- { left = " ", right = " " },
|
||||
-- { left = "", right = "" },
|
||||
-- },
|
||||
-- {
|
||||
-- { left = "", right = "" },
|
||||
-- { left = "", right = "" },
|
||||
-- },
|
||||
-- {
|
||||
-- { left = " ", right = " " },
|
||||
-- { left = "", right = "" },
|
||||
-- },
|
||||
-- }
|
||||
m.custom_lualine = false
|
||||
m.component_separators = { left = " ", right = " " }
|
||||
m.section_separators = { left = "", right = " " }
|
||||
-- end custom lualine style
|
||||
|
||||
-- custom colorscheme
|
||||
-- colorscheme ready :
|
||||
|
||||
-- tokyonight
|
||||
-- tokyonight-night
|
||||
-- tokyonight-storm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue