add: lualine status mode config

This commit is contained in:
asep.komarudin 2024-05-29 16:15:20 +07:00
parent b626bce72a
commit ffbb97621d
3 changed files with 73 additions and 8 deletions

View file

@ -31,6 +31,13 @@ vim.g.pcode_lualinetheme = "roundedall"
-- 2 fidget progress
vim.g.pcode_progress = 1
-- 0 = on full text mode info,
-- 1 = on initial mode + logo
-- 2 = logo only
-- 3 = initial only
-- 4 = off
vim.g.pcode_show_mode = 3
-- 1 ( format jalan) 0 (fromat off)
vim.g.pcode_format_on_save = 1