fitur baru custom lualine style

This commit is contained in:
asep komarudin 2023-03-04 09:44:58 +07:00
parent 1c107be959
commit 06995762e0
3 changed files with 49 additions and 13 deletions

View file

@ -3,4 +3,15 @@ local m = {}
-- 1 lualine lsp progress
-- 2 fidget progress
m.progress = 1
-- style
-- 0 = default
-- 1 = { left = "", right = "" },
-- 2 = { left = " ", right = " " },
-- 3 = { left = "", right = "" },
m.lualine_style = 0
-- style status icon
-- 0 = default
-- 1 = vim icon " "
-- 2 = vim icon " "
m.status_icon = 0
return m