mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add: lualine status mode config
This commit is contained in:
parent
b626bce72a
commit
ffbb97621d
3 changed files with 73 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue