mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
fitur baru custom lualine style
This commit is contained in:
parent
1c107be959
commit
06995762e0
3 changed files with 49 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue